- Edited
Hello! the script that I have is this:
extends Node
func _ready():
print("Hello World!")
the script is autoloaded but nothing is printed in the output console. I do not know if it is an issue with godot, or a project setting i must have accidently pressed.