Advertisement
Vzurxy

Untitled

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