Creating Custom Signal Help

I’ve got this error where it says that ‘createUser is out of scope’. I want to know why is it an error? I seen a video on ‘creating a login page in Godot’ that is similar to mine and it works fine with them. I don’t know if I’m missing something or not.

Is there a space between User and .emit()?
I don’t want to be rude, sorry if my question comes across that way!

The syntax of godot3 is different from that of godot4, please use emit_signal("createUser") instead

1 Like