Author Topic: Disable player movement when in vehicle?  (Read 578 times)

I'm very close to releasing my vehicle, but there is one small problem I need to fix first.
When a person (not driver) seats into my vehicle, it can freely spin around and move his body whereever he pleases. I wan't to disable that because of this:



Please help meee :c


A fix for this would be hacky, and not very effective. Plus, it'd just piss players off if they couldnt move. There are some things about blockland we just cant change, this being pretty high up on that list.

If you really wanna fix this, move the seats farther in, Im seeing a fairly large gap between the seats.

In the vehicle code look for this:
Code: [Select]
lookUpLimit = 0.50;
lookDownLimit = 0.50;
0.50 is straight up and doesn't allow the player to move forwards and backwards. However I don't know if this only applies to the driver.