[Release] Platformer character controller

I made a character controller that allows for a style of movement you would typically find in 3D platformer style games. It works with both keyboards and controllers and could easily be extended to mobile with a little extra work. I decided to release this to give those interested in making a game like this an idea of one way to put this together.

Move Set

Double jump: (Press jump twice)
2018-10-30_14-57-43

High jump: (Crouch and jump while not moving)
2018-10-30_14-57-56

Long jump: (Crouch and jump while moving)
2018-10-30_14-59-00

Wall jumping: (Press jump while in air and near a wall)
2018-10-30_14-57-19

Dive: (While in air press shift or the X button)

Slow fall: (Hold the jump button while falling)

Users can crouch by holding either left control or left trigger.

Placefile

The place can be found here:

It’s worth noting that the animations will not work for you upon entry because they are attached to my account. To get around this I added a module (game.ReplicatedStorage.CustomMovement.Utility.StudioAnim) that has some code commented out at the top which when run in the command bar will update the animations for use locally. You will have to do this every time you load up the place.

If you are looking to upload the animations yourself then the animation editor saves can be found under each animation object.

Thanks, Enjoy!

422 Likes

Thank you so much for releasing stuff like this.

13 Likes

The character looking where you look is a bit unrelated to the controller, but luckily I already have a model that does that.

It’s actually nice because the two are almost entirely unrelated and thus don’t have conflict issues.

Edit: I actually added this feature to the place above

28 Likes

Seriously appreciate it. These are things I’ve wanted to learn for a long time but haven’t actually taken the time of day to teach them to myself. I look forward to unpacking and learning how each mechanic works.

11 Likes

This is so smooth, it’s amazing!
Definitely going to study this.
Adding a smooth swim system like this is my target now

13 Likes

Anyone ready for a plethora of Mario games?

Neat work you’ve got here. I’ll be sure to play around with this in Studio a bit. Thanks for sharing. :smile:

12 Likes

The tilt and dive stuff feels a lot like Robot 64
https://www.roblox.com/games/1111083356/Robot-64

13 Likes

Pretty cool stuff!

4 Likes

I’m fairly sure both took inspiration from Mario 64.

13 Likes

This movement is awesome. I’m going to implement this into my Roblox Harbor game. Thanks for doing this!

4 Likes

Wow, this is cool. Something I wouldn’t have expected to be a free source after being worked on.

5 Likes

Super cool! I’m so gonna use this for tons of games. Thanks!

Bit of a suggestion. I think the character should not be able to dive when they’re on a ladder. When they end their dive (come to a full stop), they should also jump back up. Super awesome work anyhow, I love how your making and open-sourcing lots of useful controllers.

3 Likes

I’ve yet to play this but so far it looks great! Very well done Ego, you’ve done it again.

4 Likes

I wonder what stuff can be made with this, this is really impressive.

2 Likes

Wow, these movements are really looking like Super Mario 64, one of my favourite games !! Very well done

2 Likes

This is a very nice way to get developers into making platformers (I think Roblox should have more platformers), however, I have some suggestions that I think could improve the system’s feel as a whole:

  • I think the running particles should only be dialed up as far as they are when the player is starting to run, stopping, and making sharp turns. When the player is running in a straight line, the particle should be less intense, this can add more weight to times of more dynamic movement.

  • I would telegraph when you can wall jump. Something like a wall-slide animation akin to Mario Sunshine.

  • I’m not sure if this is a problem that only I faced, but my position would often be shifted by a little whenever I would wall jump, which would eventually cause me to slide far enough off the walls I was jumping off of to cause me to fall to the ground.

  • As a whole, the controls feel rigid. The way humanoids instantly snap into position when turning doesn’t feel fluid for a platformer in my opinion. This personally gives simple movement less satisfaction for me. I know this isn’t an easy issue to fix with humanoids, but it’s something I would take into consideration.

  • I would also personally decrease the time it takes for your character to stop tilting when he turns, it looks awkward coming out of a 180 degree turn (this could also just be due to the fact that i’m using the rthro animations which don’t look good with this type of movement at all).

As a base for a project, it’s great. But personally if I was to use this system for a legitimate platformer game I would take these things into consideration

4 Likes

Oh for sure! If I were to make this a full game I would spend more time tuning and adding features.

This is more meant as a starting reference that has a decently robust set of moves that could be built upon or used to get an idea of what components you might need to design your own.

That being said the rigid controls were actually a deliberate choice. For some time I had the movement accelerate to full speed and stop, but it was my personal opinion that it felt worse. I won’t say how (because that ruins the fun!) but it would be a somewhat simple addition to put that back in.

2 Likes

I should have elaborated more on that point, but it has more to do with the way humanoids turn rather than starting and stopping. I often find turning while running in platformers more satisfying when your character turns smoothly to meet an angle than snapping to the angle it needs to go to instantly. Of course overdoing it can lead to controls feeling slippery, but finding a good median point can make the character’s movement feel more natural, which will in turn make controls feel more natural.

2 Likes

This is awesome!

The only issue I saw right off the bat with it was this:

9 Likes

Thank you, Kanye. Very cool!

In all seriousness, this is great. Thanks for sharing this with us!

4 Likes