Need help with with Super Mario World type of level selection screen!

Hello! I am currently creating a game with a Super Mario World inspired level selection screen. I want my StarterCharacter to go through the path of levels and boss levels, But I’m not sure how to achieve it. I did try to look for solutions on the devforum already but couldn’t find any. Here’s a picture to show you what I’m trying to achieve. The small stones are the path, The medium stones are levels, and the big stones are boss levels. Any help will be greatly appreciated!

I think you should look into Pathfinding. That should help a lot with making this. Besides that, I can’t really give you much advice, because I’ve never done something like this. Good luck!

Yeah, I will have to look into this more. I really want to make a level selection screen out of my comfort zone.

1 Like

I don’t think pathfinding is the solution since it’s not AI that’s walking through.

Oh! I am sorry! I was confused! You meant Super Mario 3D World, where you walk through and press A to jump into the levels! In that case, I would probably try to use Proximity Prompts. If you want to customize how it looks, I would pay special attention to the Style property.

P.S I’ve never actually finished Super Mario 3D World. My siblings and I could never get past that last level… Champions Road

1 Like

No, I do mean Super Mario World, What I am referring to is Super Mario World’s level selection screen. As you can see the character can’t just roam around the map he’s stuck in the area of the level paths. That’s what I’m trying to recreate. I’m also trying to recreate the movement (Not his animation the way you have to click one button to move to the next level.) Sorry for the confusion.
SMWAltRedPalace

Ok, this has been very confusing. You would have to disable default movement on their character, which I don’t exactly know how to do. After that, you could get input of which direction they are wanting to move in, and if there is a location they can move to in that direction, move them to it using MoveTo on their Humanoid.

1 Like

I thanks for the help. I’ll be sure to credit you whenever the game fully releases out. Keep a eye out!

1 Like

Your welcome! If you need any more help with anything, feel free to send me a DM and I’ll try my best to help! I wish you luck, and I’ll definitely be keeping an eye out for the release!

1 Like