I’m trying to remake a 2d game in 3d but i want the camera view to be flat, like to give it a 2d-ish look any ways i could do this??
Do some research on Google, and I am sure you will find it.
1 Like
You’re looking for an orthographic camera. I don’t know if Roblox supports it, though.
1 Like
Hey there, if you want to create a 2d game on Roblox, you could take a look at this engine: 2D Game Engine | Upside Engine - Resources / Community Resources - Developer Forum | Roblox! I haven’t personally tested it but it seems great. However, if you don’t want a flat camera, you could set the camera FOV to 0 or use an Isometric perspective such as shown here: Isometric Camera View - Resources / Community Tutorials - Developer Forum | Roblox.
Hope that helped!
1 Like