RecoveredProject_

Scratcher Joined 2 years, 8 months ago United States

About me

I HATE YOU.

What I'm working on

local KillBrick = script.parent
KillBrick.touched:Connect(function(touchPart)
local humanoid = touchPart.Parent:FindFirstChild("Humanoid")
if humanoid then
humanoid.Health = 0
end
end)

What I've been doing

Comments

You have 500 characters left.
  • Comments loading...