- Use Vehicle Seats
- Instead of context action service, you can also use the
Throttle
andSteer
PropertyChanged
Signal
Connect
theSignal
to afunction
when a player sits, store thatconnection
in avariable
- When a player leaves
Disconnect
thatSignal
- Check if the
Steer
function is being triggered usingprint
statements - Also check the way the whole assembly is rigged, could give insights to why the
AngularVelocity
didn’t work