if game.CreatorType == Enum.CreatorType.User then if game.Players.LocalPlayer.UserId == game.CreatorId then end end if game.CreatorType == Enum.CreatorType.Group then local groupInfo = game:GetService("GroupService"):GetGroupInfoAsync(game.CreatorId) game.Players.LocalPlayer.UserId = groupInfo.Owner.Id end