SOLVED
I want to make a code and i need to have the Owner ID of the group that made the game. Someone can help me, because i check many doc but i'v found no solution.
if game.CreatorType == Enum.CreatorType.Group then local success, result = pcall(function() return player:GetRankInGroup(game.CreatorId) == 255 end) if success and result then -- PLAYER IS AN OWNER end end