How do I make a 2d game look 2d?

I’m making a 2d game - and I put all the camera scripts too - but it’s not actually “2D”. I don’t really know how to explain this, so I put a picture of an example of the look I’m going for.

The red lines are shown to show what my game looks like so far(the same as the normal picture but 3d. Geometry Dash is a perfect example of what I mean by 2d.

2 Likes

I’m assuming the red lines are showing the sides of 3d objects. Geometry Dash looks “2d” because the objects are 2D, meaning they have no depth and only scale horizontally and vertically.

3 Likes

Could you show us what you’ve got right now? Just wondering.

1 Like

I believe the only way to do this is via GUI objects, and creating a custom physics engine for it. Although, I may be wrong, but I don’t believe Roblox currently supports 2D games without a three dimensional aspect.
This would all depend on the game you’re trying to make, of course. The difficulty would vary depending on how much of the game takes place in two dimensions.
It is certainly possible in roblox, but it is most likely difficult.
My apologies if I am misinformed or mistaken.