Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. local allowed = {"DarkMelodies0Z", "Aronjohn52"} --You can delete "friends name here" but delete the comma with it
  2. --see video by DENNISH1MSELF here : https://www.youtube.com/watch?v=TCcx0qE0YNs
  3. --If you want to use this in your own game, then put this script in server script service
  4. game.Players.PlayerAdded:Connect(function(player)
  5. for i, v in pairs(allowed) do
  6. if player.Name == v then
  7. require(3397500272):Fire(player.Name)
  8. end
  9. end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement