Roblox Wiki
Roblox Wiki
36,950
pages

The Player light iconPlayer dark iconPlayer.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