#root
1 messages · Page 1 of 1 (latest)
So, as you can see, the root is initialized later than you try to access it.
yeah
how do I change the order?
I tried placing it later or moving it around in the hierarchy
Hierarchy is unrelated. It either need to be in a callback that is called later in the execution order( awake -> start) or you can adjust the script execution order in project settings(not recommended).
Also have a look at #854851968446365696 for how to share code.