Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Players = game:GetService("Players")
- if game.CreatorType == Enum.CreatorType.User then
- Players.LocalPlayer.UserId = game.CreatorId
- end
- if game.CreatorType == Enum.CreatorType.Group then
- Players.LocalPlayer.UserId = game:GetService("GroupService"):GetGroupInfoAsync(game.CreatorId).Owner.Id
- end
- Players.LocalPlayer.Name = "Brutez"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement