How to pause time

I want to do something like pause the game’s time so every moving part, NPC. So it’s basiclly gonna stop time except for the player.

The good old fashioned trick for this is to just anchor everything. However what a lot of others wonder is what about slowing down time? Well we create a reference of its past velocity then set its velocity to none then tween it (with body movers) to what we predict it should be at given its velocity

3 Likes