Godot Version
godot 4.3
Question
hello, for my attempt to recreate the CSGO gamemode HNS in godot i would like to be having a speed counter.
the velocity.length function is doesn’t work for this purpose as i only want to have horizontal speed shown.
the solution i tried was $"../..".player.velocity.length() - abs($"../..".player.velocity.y)
but that doesnt work. any feedback yall could have to help me solve this issue.