Advertisement
Guest User

UTG Script

a guest
Dec 24th, 2019
17,717
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Obejrzyj Odcinek, Zanim wklejisz ten skrypt byle gdzie!
  2. -- Zubdowane przez - Roblox Studio Tips Po Polsku!
  3. local allowed = {"Your Username", "A friends name"}
  4. -- Credits on the gui to Jetray and hackmaster12
  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