rexrainbow hi, in your experience is there anytime that even if the set timescale is in 0, everything keeps working?
I used the plugin before and it worked perfectly. I'm using it again, but is not stopping animations, spawns, movement, etc. I had to place an additional condition on the spawn and keyboard in order to get the PAUSE, which says If not in Pause. Example:
Keyboard->Right arrow is down & PausePlugin not is pause
-> Simulate Platform pressing Right
If I just place
Keyboard->Right arrow is down
-> Simulate Platform pressing Right
It doesn't work. Any idea? :)
Thanks!!!!