So ive been trying to make so when someones driving an car and is going over 7100 force it would kill someone that he is running over. (Car uses if BodyThrust) I have 2 scripts one that should enable the kill script when someone is speeding and the other is the kill script. But the Enable kill script doesnt seems to work. What should i do?
This is my script
if script.Parent.Parent.Jeep.Thruster:WaitForChild(“BodyThrust”).Force >= 7000 then
script.Parent.TouchKill.Enabled = true
end