Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Kill on touch
- -- Put in the Part that you want the player to be killed by
- script.Parent.Touched:Connect(function(p)
- p.Parent.Humanoid.Health= 0
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement