#how to kill player

12 messages · Page 1 of 1 (latest)

slender void
#

what

#
  1. you check if the part is lime green once.
  2. why would you check if the part is lime green
neon thunder
slender void
#

for your purpose i think it would be better to do

#
local part =script.Parent.Part
part.Touched:Connect(function(hit)
    local char = hit.Parent
    local hum = char:FindFirstChild("Humanoid")
    if hum then 
        hum.Health = 0
    end
end)
neon thunder
slender void
#

I provided the full script you could've easily found on internet, YouTube, devforum

#
  • more
#

You should be grateful I am a bit nice to new scripters and rewarded your laziness..

neon thunder
slender void
#

🤦‍♂️

#

this is inserted into something where the Part is located in the workspace