game.GetTimeScale
Description
Returns the time scale set with game.SetTimeScale.
If you want to get the value of host_timescale
use
Returns
Example
Printing the true timescale.
Output: True Timescale: 1
Host_TimeScale: 0.2
Game_TimeScale: 5
True Timescale: 1