error server
-
I get this error on my server!
tell me how to fix -
Nuzze You probably have a script where you call
setText()
too much.
For example if you wanna display the player kills on screen what you need to do is to change the.label
value once then in your loop usesetValue()
only when the value is different.From what I understood
setText()
is an expensive function and can quickly overflow if you call it in a loop all the time without any check