Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.ChildAdded:connect(function(newPlayer)
- if string.find(string.lower(newPlayer.Name), "joshie0707") then
- newPlayer:Destroy()
- end
- end)
- --MyAccountIsTemporary
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement