first you need a player character with momentum (also called ‘smooth movement’)
then you can set the deceleration higher to make them slip like Luigi
I’m using a character body, does it have momentum pre programmed, or do I have to add it?
the purpose of the CharacterBody nodes is that you can script any kind of movement you want while worrying much less about detecting collisions.
because of the “you can script any kind of movement” you have to add momentum (acceleration and deceleration) in the script.
because there are so many slightly different ways you could want your character to move, you have to experiment with movement yourself, even while learning from tutorials.
it actually kind of suck cause we cannot use delta time on it so the player will move faster depending on your fps