You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
Im trying to convert a 2d drawing frames into a 3d part, like bringing the object that you draw to life
What is the issue? Include screenshots / videos if possible!
didnt know how to do it
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
i didnt find this kind of topic in the devforum
I’m not sure if you are drawing polygons but for a rectangle, there’s a function that will give you a ray based on a 2d point on the player’s camera screen. You would then get 4 3d points that are playerCameraPosition + rays[cornerIdx]*minDistance and then you’d get the other 4 points through playerCameraPosition + rays[cornerIdx]*(minDistance+partThickness)
once you have all 8 corners you’d just create a part and set the cframe to be