How do I detect the throttle is backwards?

Heya gang, so I am making a backup sound system. I have already made an exhaust model, that detects when there is any throttle reverse or forward and enables the Particle Emitter. Yet I don’t know how to JUST get the script to recognize when the throttle is in reverse.

My script looks something like this;

And my placing looks like this;
image

Help is appreciated, lcey

2 Likes
if script.Parent.PArent.Parent.DriveSeat.Throttle < 0 then
--Reversing
end
3 Likes

When throttle is -1 that means that is backwards.

3 Likes

@samtheblender, @ancadejo10 Hm. Well this really didn’t work, any other suggestions?

1 Like