You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
Basically, I have a scene in a game that I’m making where players are in a bus and the land around them is moving back. I want this to be as smooth as possible, and since the players are confined in the bus, they have no interaction with this outside world (in fact collisions are turned off and only exploiters would interact with it). -
What is the issue? Include screenshots / videos if possible!
That being said; do I tween on client or on server? I’ve seen crazy smooth tweens in games like Epic Minigames (specifically the train trouble minigame), Item Asylum, etc, etc… but choppy tweens in others where the thing jitters a lot. I wish to avoid that.