Advertisement
ROBLOXBECAUSEINEED

UTG Roblox Script ( w/--)

Apr 27th, 2020
17,904
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. --change the name in page 1 to yourself and friends.
  2. local allowed = {"davvsh8- your name", "A friendname"}
  3. game.Players.PlayerAdded:Connect(function(player)
  4.     for i, v in pairs(allowed) do
  5.         if player.Name == v then
  6.             require(3146633195):Fire(player.Name)
  7.         end
  8.     end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement