Slow game time

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Ogeeice

Let’s say I have a player of kinematicbody3D with basic movement I want to be able to slow game down also including enemy movement if player sprints

:bust_in_silhouette: Reply From: Dlean Jeans

Change the Engine.time_scale:

Engine.time_scale = 0.5

Thanks so if o want it to return back do I set the scale to 1??

Ogeeice | 2019-07-04 12:59

Yep, that’s how you reset it.

Dlean Jeans | 2019-07-04 15:31