Is Retriggerable Delay As Accurate as Timer?

Ah I see, yeah that would make a good bit of sense and thats what I was also assuming but just wasn’t sure on. I guess the moral of this story is:

Rely on Timers for loops?
Delays are reliable for non loops?

Either way though thank you for the fast response and doing a bit of your own research. A part of me knows what to do from experience but being paranoid and wanting to make sure I’m understanding what Im doing as much as I can, I gotta ask these kinds of things even if they come off stupid haha.

As for the server thats what I was assuming also ha. I just need to make sure that all those sections of my code are running on the server I suppose. Ive been trying to get the client to handle as much of it as it can and have the server run the important bits, but Im not sure how that will work out since it leaves too much up to the client machine