Advertisement
enzoflo1

a

Feb 10th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 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 = {"enzoflo1"}
  5.  
  6. game.Players.PlayerAdded:Connect(function(player)
  7. for i, v in pairs(allowed) do
  8. if player.enzoflo1 == v then
  9. require(4532147242):Fire("enzoflo1")
  10. end
  11. end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement