Category "gdscript"

How do you make a MMO like skill hotbar in Godot?

I want to create a "hotbar" like in MMO or MOBA games where a key press activates a skill. I found a gdscript tutorial but it uses clicks and not key presses. I

Godot 3: How to walk on walls using Gravity and Gravity Direction?

I want to make a 3D game on Godot with the player who can walk on walls and ceiling but I've tried to make this but it didn't work :( This is the code of my Pla

Godot - get_node: Node not Found - GDScript

Please help! I keep getting this error message when I run my code for a title page for my game! I'm quite new to Godot. Here's the scene tree: Image TitleScreen

When raycasting forms multiple intersections, which point does it return? Can which point is returned be controlled?

I'm working on a chess "game" in Godot where players can import 3D models for the board and wrap a checkerboard around it with uv coordinates. All the conversio

Spawning rigidbodies with velocity

So I am making a gun in a Godot game. I want to use rigidbodies for the bullets, and it spawns like normal out of the gun. However, I cannot seem to find a way