I need someone to make a model for me that is, when u step on a brick you get ff. When you step off IMMEDIATLY u get unffed. Or else it's unuseless to me. Please help!
j
script.Parent.Touched:connect(function(hit)
if hit.Parent.findFirstChild("Humanoid") then
hit.Parent.Humanoid.Health = 0
--Turning ff on
print("ff is on")
end
end)