Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function OnTouched(hit
- if hit.Parent:FindFirstChild("Humanoid") then
- local humanoid = hit.Parent:WaitForChild("Humanoid")
- script.Parent.Touched:connect(onTouched)
- local player = game.Players:FindFirstChild(playername)
- player:Kick("Banned by the ban hammer")
- print("The ban hammer has been banned"..player)
- end
- end
- script.Parent.Touched:connect(onTouched)
Add Comment
Please, Sign In to add comment