I am new in scripting and I was wondering if it is possible to make a multiple player powered vehicle, to keep it simple, I am trying to work on a Siege tower(medieval style) and i was planning on making multiple seats to its sides with built in animation where when player moves forward or backward it pushes the handle from where he is sitting at, basically if you are at left side pushing the tower will rotate to right and if 2 players at opposite side are pushing together, the tower will move forward…
I first did a solution to this by vector force and body thrust in handles that is fired by remote event to push the handle from different sides but when i do it with 2 players pushing at same time it ends up unbalanced and instead of pushing forward, it is tilted when pushing. Any other way of approaching this type of script other than body movers?