Vehicle bouncing a lot

Me and my friend @PizzaWillEatUs525 have been trying to realize what could be possibly causing this strange bug where our vehicles are bouncing weirdly (mainly when the speed is high) for the server and for the other players in the game (not happening for the player driving the car). He followed a tutorial to build the car’s chassis and script it. The only conclusion we’ve came into so far is that the suspension (handled by a server script) could be causing the issue but we have no idea how to fix it. We would be thankful if someone could point out what could actually be the issue.

Place: vehicle bounce glitch.rbxl (41.9 KB)

You gotta add no collision constraints to the chasis

3 Likes

Usually in a case where the player doesn’t see the issue but other players do it’s because the vehicle is running on a local script and the lag behind local/server scripts and physics is making it look buggy.

2 Likes

Thank you for the suggestions! I will try out both.