Postingan

Menampilkan postingan dari September 21, 2025

Script Roblox Studio Lava Floor, Neon

 local lava = script.parent local function killplayer(otherPart) local partParent = otherPart.parent local humanoid = partParent:FindFirstChild("Humanoid") if humanoid then  humanoid.Health = 0 end end lava.Touched:connect(killplayer)