How do I make a enemy wave system
“class_name marks the script as a static type, other scripts will have better auto-complete when dealing with this type. It also makes creating new resources easier from both the filesystem and properties. extends is required for most scripts, it defines what properties and methods this script inh...”
godot-forum · gertkeno · 4/21/2026
Open original →How to learn how to script and etc
“The tutorials in the documentation are supposed to be quite good: https://docs.godotengine.org/en/stable/getting_started/first_2d_game/index.html#doc-your-first-2d-game Godot Engine documentation https://docs.godotengine.org/en/stable/getting_started/first_2d_game/index.html#doc-your-first-2d-gam...”
godot-forum · yesko · 11/22/2025
Open original →Looking for 3D car tutorials from exporting from Blender to animating in Godot
“Hello, I am trying to search YouTube and the web to learn how to model a simple car with parts, and then animate and control it with Godot scripts. Are there any good tutorials, add-ons, or source code you can recommend? Thanks”
godot-forum · whiletrue111 · 5/22/2024
Open original →HELP: New to Go Dot - Simple Script/Signal Error
“Godot Version Version 4.2 Question Teacher here, new to GoDot, doing a tutorial on your website (link below). https://docs.godotengine.org/en/3.1/getting_started/step_by_step/scripting.html#doc-scripting docs.godotengine.org https://docs.godotengine.org/en/3.1/getting_started/step_by_step/scripti...”
godot-forum · pineson · 2/7/2024
Open original →Kinematic body physics interaction with scripting only
“Here's a small tutorial about CharacterBody2D and RigidBody2D interaction. https://kidscancode.org/godot_recipes/4.x/physics/character_vs_rigid/index.html Same applies to 3D”
godot-forum · mrcdk · 1/7/2024
Open original →