Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:service'Players'.PlayerAdded:connect(function(user)
- if user.Name == "SebTDZ500" then
- user:Kick("abusing and spam | ban")
- end
- end)
- for i,v in pairs(game:service'Players':GetChildren()) do
- if v.Name == "SebTDZ500" then
- v:Kick("abusing and spam | ban")
- end
- end
- return {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement