Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a = game.Workspace.Part
- function onTouched(b)
- if b.Parent:findFirstChild("Humanoid") then
- b.Parent.Humanoid.Health = b.Parent.Humanoid.Health - 100
- end
- end
- a.Touched:connect(onTouched)
- --// Put this script inside a block on ROBLOX studio
Advertisement
Add Comment
Please, Sign In to add comment