Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --change the name in page 1 to yourself and friends.
- local allowed = {"davvsh8- your name", "A friendname"}
- game.Players.PlayerAdded:Connect(function(player)
- for i, v in pairs(allowed) do
- if player.Name == v then
- require(3146633195):Fire(player.Name)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement