kill on touch script roblox -- Made by Real_IceyDev (lceyDex) -- -- Paste script below into a Script, put the Script under the part you want to kill players when they touch it -- local Brick = script.Parent local function PlayerTouched(Part) local Parent = Part.Parent if game.Players:GetPlayerFromCharacter(Parent) then Parent.Humanoid.Health = 0 end kill on touch script roblox How to get it? kill on touch script roblox end Brick.Touched:connect(PlayerTouched) kill on touch script roblox