#CharacterBody2D basic movement script is not working properly.

3 messages · Page 1 of 1 (latest)

grand cave
#

You need to post the code or we can't help you.

blissful girder
#

I belive that is because you are using is_on_floor(), and for Godot to know what the floor is you would have to specify it in the move_and_slide().

#

move_and_slide(velocity, Vector3.UP) if i rememder correctly