How to make a kill brick Roblox🔨

Описание к видео How to make a kill brick Roblox🔨

this vid is about how to make a kill brick Roblox

script.

local killBrick = script.Parent

killBrick.Touched:Connect(function(hit)
local character = hit.Parent
local humanoid = character:FindFirstChildOfClass("Humanoid")
if humanoid then
humanoid.Health = 0
end
end)


at 10 likes part 2!

and sorry about quiet voice

Комментарии

Информация по комментариям в разработке