d0p3t
2
No that’s not what happens.
You can do that or just run a tick on each client every 1000ms. The one on the clients won’t be synchronised between all players completely, but negligible difference.
So you can do either
a) Create a server tick and trigger a client event
b) create a tick client-side and do whatever you would usually do in the aforementioned client event