КАК СДЕЛАТЬ kill block = блокс который тебя убьёт ROBLOX STUDIO TUTORIAL !
СКРИПТ - ЛОЖИТЕ ЕГО СТРОГО ТОЛЬКО В Script (НЕ В localScript) script.Parent.Touched:Connect(function(part) --i use part instead of hit if part.Parent:FindFirstChild("Humanoid") then part.Parent.Humanoid.Health = 0 end end)
СКРИПТ - ЛОЖИТЕ ЕГО СТРОГО ТОЛЬКО В Script (НЕ В localScript) script.Parent.Touched:Connect(function(part) --i use part instead of hit if part.Parent:FindFirstChild("Humanoid") then part.Parent.Humanoid.Health = 0 end end)