why, when i press run on my godot screen to run my game, does it say identifier not found

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By flipfootbunny1929
:warning: Old Version Published before Godot 3 was released.

hey! if anyone answers my question, thank you! i am working on a game with fight nite, and this is our first game, so please respond if you know the answer.

flipfootbunny1929 | 2017-11-10 19:11

We are in the same group at school designing a game called “Fight Nite” (not official name) and I had run into a problem with the scripts of mine that supposedly control the kinematic body sprite. When I pressed run it had said “Identifier Not Found”. So I need some help :3

FightNite | 2017-11-10 19:14

:bust_in_silhouette: Reply From: GunPoint

Please provide more information. Like:
What Godot version are you using?
Whats your script like?

:bust_in_silhouette: Reply From: kidscancode

The most common cause for this error is failing to declare a variable. The error message tells you in what script and on what line the error occurs, so you can tell what variable is causing the problem.

In the future, please consider that it’s far easier for someone to help you if you include the full error message and the code where it’s happening. Otherwise we’re all just guessing and it’s going to take you a lot longer to get an answer.

thank you kidscancode! i really apprceate that!

GhostBall338 | 2017-11-11 01:41