Hi I am new to Godot and following a YT tutorial on how to make a mobile game app. He uses Godot 3 while I downloaded Godot 4. Please help me with this error and what is Tween and how to use it properly.
This is my code
and the error I get the error Invalid Call. Nonexistent function ‘start’ with base ‘Tween’
Remove this line. The function tween_property is sufficient to start the animation. Of course, the parameters must be correct, so make sure to check out the linked documentation.