2D game ideas sharing!

Well, with that said Roblox’s main appeal is the multiplayer environment so going for an idea that uses the multiplayer well should be ideal. How about a platformer race game for instance? Having some proceduraly generated 2D map and have players race in it?

I disagree with that sentiment. Roblox is a game engine like any other, you can create anything you want within 3D graphics. The ability to control the camera in any way you want is not at all why people are on Roblox, instead, the social aspect is. There is little prohibiting you from including the social aspect into a 2D game, a lot of older games outside the platform did it before.

5 Likes

Roblox isn’t about graphics and gameplay is objective. Roblox studio isn’t built for 2d games so will be inferior to engines that specialise in such in every way. What makes Roblox unique is that it has a huge variation of games and doesn’t take up much space on your device to play. 2d games are easily accessible and most don’t even require downloading

1 Like

Well, you win in that one. But would it harm if I tried?

1 Like

Great idea, but aren’t there lots of platformers already? The very first reply has a good idea though, what do you think about that. (For some reason I have a feeling it is taken from another game)

1 Like

By all means go ahead and make it as a fun project.
Just stating that it most likely won’t receive the recognition and income worth the effort

1 Like

Use guis if you wish to make fully 2d game, if you want to make game have some 3D things use the template as @TheLazyRaven said

1 Like

I already got the camera code ready I even implemented some basic movement, dashing,crouching and double jump and added some satisfying tween to the camera movement.

In the platform? There might be a few but none that I know of.

Outside the platform? Very likely so. It is up to you what sorta twist you want to have in your game. A 2D racing game is a very broad concept.

1 Like

Maybe have some additional reward if you finish before a certain deadline? To encourage speed running and we’ll to make players race at the same time, that combined with the PvE concept

1 Like
2 Likes

One thing i would suggest is that while making it UI based might seem like the best approach, from my experience it’s not. Roblox’s UI engine is meant for UI, which leads to it having a lot of limits such as how many things can be displayed on-screen at once, aswell as overall worse performance. You also miss out on roblox’s other features that aren’t compatible with their UI engine

This is a bit hard to explain since I’m pretty sure there’s zero proper examples of what I’m talking about, but the better approach is to make it in the 3D environment, then use a very far away camera with very low FOV. It should let you make a game that looks 2D whilst being 3D, allowing you to take advantage of roblox’s 3D rendering tech (which leads to better performance) as well as any other element that doesn’t work in UIs. Pretty sure a lot of engines with 2D modes also take this approach

Here’s an example of what i’m talking about. It uses 3D models but it would work perfectly with 2D based sprites


image

6 Likes

Thanks for sharing! I will absolutely do that, 3d World on top!!

2 Likes

i have seen a good popular 2d game, i forgot what its called. Also @TheLazyRaven that game is 3d but side scrolling, 2d is using frames.

1 Like

Boy do I have a game for you.

2 Likes

Oh dayum that sounds cool. Gotta check out :smiley:

1 Like

Something that I’ve not seen being done enough is using ViewportFrames to make characters appear 2D in Roblox.
ViewportFrames unfortunately don’t have the best performance but it isn’t too bad either, you can have quite a lot of them.

I’ve seen only a few instances of ViewportFrames being used to basically recreate classic DOOM’s sprite effect.
There’s one game I recently played that did do this.

The effects you see here are actually super easy to make if you know how the Roblox engine works.
Still pretty impressive that they made a game like this though.

3 Likes

oh wow, thats interesting, would you mind sharing the game link?

1 Like

Right here, you’re welcome.

It’s a silly cart ride game but it has some twists to it.
It’s kind of surreal and weird in nature.

But the graphics is what really pulled my attention.
All players and objects are 2D.

Player characters are likely just put inside ViewportFrames to make them appear 2-dimensional.
I’ve even tried to recreate this DOOM-sprite effect a long time ago with an unfinished/abandoned project.

2 Likes

That gotta be a classic! You know what else I never saw…an editable image 2d game

Update
As I said above I already implemented some movement!


My friend still building the lobby and making the weapons. I will keep you guys updated how it goes. Lets see how this turns out!

Also uhh don’t mind the wacky animations lol

3 Likes