Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by IM2A_PRO
- function onTouched(part)
- local h = part.Parent:findFirstChild("Humanoid")
- if h~=nil then
- h.Health = h.Health-100
- end
- end
- script.Parent.Touched:connect(onTouched)
- -- Subscribe
- -- link: https://www.youtube.com/watch?v=1i-wX87UWpY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement