No promises but I do want to put some enemy/minion AI into one of our templates
Great catch, thank you! I’ll look into addressing this soon.
We considered using the new controller but opted against it because it would require re-implementing a lot of the humanoid state machine, increasing the complexity of the project and duplicating work already being undertaken by other teams here. Once the new controllers are a bit more integrated we’re planning to switch over to them
WOW! Fps templates, now parkour platformer templates? Keep up the good works roblox! That so good, you’re releasing a free platformer and FPS template just for us to get and make our own games inside it! Thank you so much roblox!!!
If it’s moved with the Physics system, you don’t need to add custom code horizontally moving characters along with the platform they’re standing on, which you would need to do using CFrame’ing/TweenService
I’m back. I took a look at the platformer, and I have mixed thoughts. What’s available on the template is satisfying but I’m afraid to say that it’s definitely incomplete for a platformer.
For starters, platformers generally include the wall jump and wall slide mechanics which can be used in between the empty spacing of two walls parallel to each other around the same height and width. In a wall jump, you rely on jumping on both walls in order to get to the top of one wall. In a wall slide, you head from the top of a wall down to the bottom of the same wall by kind of holding on to it as a way of creating resistance to the speed you fall down at.
Usually in platformer games, stepping outside of the game boundary would kill the player and cause the player to respawn at the spawn point. For instance, usually where I’m stepping on in the screenshot would be water or lava. Perhaps you could also implement another mechanic where if you step outside of the map, the player automatically plays an animation of being hurt (by lava) or drowning (by water) and a cutscene of a round vignette effect closing in on the player could play, and once the screen is all dark, the player could be at their spawn point a moment later.
The end of the platformer is just empty. I know that your expectation is for the developer to do as they please with their handling of the end of the game but usually in platformers, other than coins, there is usually something critical to collect at the end of a platformer map. It could be another currency or some sort of object necessary to collect from each platformer map. It would be nice if such an object existed and that when we collected it, a unique player animation played.
I wish there was a way to access the planets in the sky. Usually in platformer games, the developers hide secrets hidden in places that the player doesn’t think of stopping by to. For instance, you could have hidden more coins on them or placed easter egg for players to discover.
I wish your team took the time and effort to implement a unique UI displaying your coin count rather than relying on the default playerlist and leaderstat UI. The default UI is a thing of the past in popular application, nowadays it’s all about custom UI designs.
I think this pillar was meant to be double jumped on but I don’t think it’s possible.
In some platformers, there are enemies out to chase and kill you during your journey to the end. I’m glad to hear that you are considering to put enemy/minion AI into a future template. If I were a platformer developer, I’d grab that and put it into the platformer.
In many platformers there are player checkpoints that the player can touch. Once touched the player will respawn there from now on. I wish there was a player checkpoint on this template.
Overall, I like what there is, it’s useful, but it doesn’t feel enough. It’s too basic. I want more. In future templates, please focus more on gameplay and mechanics. I want more content.
I am a little disappointed. The moves had all these cool animations to make them feel really fluid when first trying them out in R15, but when I switch to R6, all of that is gone. Will R6 support be considered for this template and the ones coming in the future?