How To Make A Kill Brick In Roblox Studio 2017! Today I will be showing you how to make a kill brick in roblox studio 2017! Script: 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 to my Channel: www.youtube.com/channel/UCOiJFhdInSX1YCma11BFusA Check Out My Website: firewolf-gaming.weebly.com Follow Me On ROBLOX: web.roblox.com/users/92429722/profile