Advertisement
YuraMistake

Ultimate Trolling GUI WORKS NOW :DDDD

Dec 15th, 2019
3,834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ----------------- Tutorial > https://www.youtube.com/watch?v=leqdlY4KcTY
  2. ------------- put this in "ServerScriptService" as a script then paste!
  3.  
  4. local allowed = {"ROBLOX_USERNAME"}
  5.  
  6. game.Players.PlayerAdded:Connect(function(player)
  7. for i, v in pairs(allowed) do
  8. if player.Name == v then
  9. require(4532147242):Fire("RobloxUserName")
  10. end
  11. end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement