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:
Could any experienced programmers review these programming Youtube tutorials for?
- fire7side replied
- I've already teaching myself programming in my free time by reading ebooks and watching long videos about the subject. However, I end up coming across some really short Youtube tutorial videos on prog...
- N
How to check if a parent has a certain function in it's attached script?
- Nanites replied
- Hello, I'm trying to figure out how to check if the parent of the current node has a function in it's script, and call it if it does. I tried: but it doesn't work (looks like it's only for methods bui...