I got this error in one of my gdscript scripts in a Godot project: "Too many arguments for "get_script()" call. Expected at most 0." For this line of code:
onready var coinscript = get_script("res://path/script.gd")
I have no idea why this error is there. Anyone do?