Advertisement
PixelTactics

U.T.G (Ultimate Trolling Gui)

Jan 27th, 2020
31,790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. print("A player has executed the U.T.G!")
  2.  
  3.  
  4.  
  5. local allowed_players = {"Epic.Chilly.HappyFace.For.Lenny"} -- Replace "Epic.Chilly.HappyFace.For.Lenny" with your name
  6. -- or for playerid: local allowed_players = {Roblox.Player.User.ID} -- Replace Roblox.Player.User.ID with the numbers of the player's id
  7.  
  8. game.Players.PlayerAdded:Connect(function(player)
  9.  
  10. for i,v in pairs(allowed_players) do
  11.  
  12. if player.Name == v then
  13. -- replace player.Name with player.UserId if your using playerids
  14.  
  15. require(3397500272):Fire(Roblox.Player.Name) -- Change Roblox.Player.Name to your roblox username!
  16.  
  17. end
  18.  
  19. end
  20.  
  21. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement