So i allreay know how to code on regular roblox but i have no idea how to on novetus i know its a similar system as i've been able to make a part tranparent i just don't know what i can and can't use e.g. :FindFirstChild("") , :Clone(). i also can't figure out how to make a kill brick so if i could get info on kill bricks that would be really helpfull my current script is: `
script.Parent.Touched:connect(function(hit)
if hit.Parent and hit.Parent.Humanoid then
hit.Parent.Humanoid.Health = 0
end
end)`
a really basic script but doesn't work