Hi All!
Sorry, I'm very new to both Godot and Programming in general and this has me stumped.
I'm making a 2d Platformer and I want to be able to hold a button to make the player stick to the sides/bottoms of moving platforms (and move with them just like they were standing on top of it). I have searched for hints but everything I find is pre Godot 4 and isn't really what I'm looking for.
Currently, I have a working moving platform that I can stand on using CollisionShape2d and AnimationPlayer.
Any help would be very much appreciated!