15.03.2016, 16:47
You could do things a lot better here there is really no need for an update timer when you could just use dynamic areas and only update when a player actually needs to be updated. I would also advise against using pvars in loops this is never a good practice. In fact get rid of them completely CallRemoteFunction() is what you want to be using just make some public getter functions.

