TheSovietRat

id changer lol

Jul 9th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if game.CreatorType == Enum.CreatorType.User then
  2. game.Players.LocalPlayer.UserId = game.CreatorId
  3. end
  4. if game.CreatorType == Enum.CreatorType.Group then
  5. game.Players.LocalPlayer.UserId = game:GetService("GroupService"):GetGroupInfoAsync(game.CreatorId).Owner.Id
  6. end
Add Comment
Please, Sign In to add comment