Glossary

"My script does not work at all."

Did you save the file? The editor does not auto-save (by default). - Is the script attached to a node? Select the node, check the Inspector — the "Script" property should point to your file. - Does the script `extends` the right class? A script attached to a `CharacterBody2D` needs `extends Characte

Learn More

Related Terms