How to make time stop/freeze?

I’m making a horror game and I want the ClockTime to freeze but have no idea how.
At the moment I have a script that loops every 100 seconds and sets TimeOfDay to 0.

Is there any script or value that I can use to freeze the time?

3 Likes

You can check everytime the value is changed and force set it to your desired clocktime, just make sure to also check if clocktime == your desired clock time so no lag appears.

3 Likes