how to fix error (8,1)

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By horakdave

how to fix error (8,1): the method “vector3” isnt declared in the curret class godot.

:bust_in_silhouette: Reply From: kidscancode

(8, 1) means it’s on line 8 of your program. You didn’t show your code, so I can only guess, but my bet is you wrote vector3(), when it should be Vector3().