Answers for "how to add a kill brick in roblox studio 2020"

0

how to add a kill brick in roblox studio 2020

script.Parent.Touched:Connect(function(hit)
	if hit.Parent:FindFirstChild("Humanoid") then
		hit.Parent.Humanoid.Health = 0
	end
end)
Posted by: Guest on March-29-2021

Code answers related to "how to add a kill brick in roblox studio 2020"

Browse Popular Code Answers by Language