Advertisement
dev017

game creator id (rblx)

Mar 29th, 2023
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | Software | 0 0
  1. local player = game:GetService("Players").LocalPlayer
  2. local ownerId = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).CreatorId
  3. player:Chat(tostring(ownerId))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement