The Player.UserId of the game creator, or GroupId if creator is a group.
Example:
local id = game.CreatorId
if id == 261 then
print("Game is owned by Shedletsky")
end
The ![]()
Player.UserId of the game creator, or GroupId if creator is a group.
Example:
local id = game.CreatorId
if id == 261 then
print("Game is owned by Shedletsky")
end