Hey I am wondering how I would set up a player controller that can shoot projectiles and one that won’t shoot projectiles.
That I can use in a specific scene like an over-world where you can`t shoot and an arena where you can.
Godot has a template for a basic player controller, try attaching a script to a CharacterBody3D and select “Basic Movement” template.