Godot Version
godot-4
Question
Line 10 gives a %RoomName is ‘null instance’ error.
This is confusing because it all worked fine until I edited some text values in the editor and suddently code gives me this error. Please help.
godot-4
Line 10 gives a %RoomName is ‘null instance’ error.
This is confusing because it all worked fine until I edited some text values in the editor and suddently code gives me this error. Please help.
Looks like a similar problem as in this post. Try the following:
...
if not is_node_ready():
await ready
%RoomName.text = name
Thanks for your help!
You’re welcome!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.