Welcome to Godot Forums
๐ฎ๐ Hello and Welcome,
You've landed at the right spot for everything Godot! Whether you're a newbie or a pro, our forum is a hub for insightful discussions, tutorials, showcases, and collaborations.
Before jumping in, do take a quick look at our community guidelines. Remember, this is a place for respectful, considerate interactions.
We're excited to have you and can't wait to see the brilliant games you'll create with Godot. Let your creativity soar! ๐ฎ๐จ๐ฉโ๐ป๐จโ๐ป
/Mike
Latest engine news:
New godot programmer looking to make a team. [2D] [Shared Ownership] [Unpaid]
- epicspaces replied
- Heyo! Im Epi, and im a new godot programmer/writer and I want to form a team of 3-5 members so that we can work on a game. I am also down to help in any projects for other new members to godot. My dis...
- B
Migrating from other engine, need to know equivalent script commands in godot (SOLVED)
- bWWd started
- Hey guys, im gathering knowledge about how godot works, i figured singletons , flipping sprites and some stuff , im still researching but i have some questions anyway. So... I want to do precise chang...
I need advice on how to make a decent weapon switching system in Godot, any advice?
- Audiobellum replied
- I'm a beginner to Godot and I want to develop the skills necessary for making a decent weapon switching system in Godot for a first person shooter demo I'm trying to make; ideally I'll learn what it t...
- D
How can I fix this error: Invalid call. Nonexistent function 'instance' in base 'Nil'.?
- david8184 replied
- This is the script... extends Node export (PackedScene) var Mob var score func _ready(): randomize() new_game() func _on_Player_hit(): pass # Replace with function body. func game_over(): $ScoreTimer....
- Z
Invalid get index 'disabled' (on base 'null instance'). On line that doesn't have 'disabled'
- zerohootsoliver started
- I copied and pasted this line of code that the error was appearing on and no sign of the word 'disabled'. There is however lower down in the code a timer signal connected function that uses it. I cann...