#Do for _ seconds
1 messages · Page 1 of 1 (latest)
An event receiver 30hz/60hz and an if chip
A bool variable and a delay
Set the bool to true and start the delay, after some time, set the bool to false
You can update 60hz?
Hook the 30 to a delay with 0 seconds
Why not?
CPU
Ah
60Hz is great for physics systems and smooth movements/transitions
I don’t use it as often as I should tbh
Takes up the same exact amount of cpu as a 30hz
oh