"Script failed reloading, check console for errors." I get when I run scripts in the editor and I get this message in the console. "modules/gdscript/gdscript.cpp:576 - Condition "!pkeepstate && hasinstances" is true. Returned: ERRALREADYINUSE"
Here is some sample code I want to run and test.
tool
extends Button
func _ready():
print("Hello")
Why does not launch when pressing a keyboard shortcut "control+shif+x" and gives errors?
What to talk about in the message from the console?