so im making a pong game, and the label that handles the point count(it retrieves the point number from a autoload global script), throws an error every frame, even though it updates and works correctly (i dont know if it matters but im using a custom richtextlabel from a plugin that autoscales)
@tool scripts run inside the editor, I don’t see why your labels would need that. And trying to access the autload inside the editor seems to cause the errors from your screenshot.
It might be better to use signals for this as opposed to checking every frame in process for updates. You only need to update the labels when points are scored after all.
Will that fix your error, maybe not, but it might lead you to the root cause by going through it.