3D Faces -> 2D Faces

Hello!! Recently Roblox made the change to remove all 2D faces, and no-one liked it, so I made a module that automatically replaces any 3D face with a 2D one. It can detect over 660 faces, but of course, if Roblox adds any new 3D faces, they will not exist as 2D images, so they will default into the smiley face ^^

And of course, it works with both R6 and R15, though this wasn’t tested with Rhtro yet.

If there are any bugs found, they should get fixed pretty fast :smiley:

(I also still consider myself pretty new to scripting, so if you have any feedback, you can let me know in the comments ^^)

Link to module: GitHub - RealRockyDD/3D-Faces-turned-2D-Roblox: Recently Roblox made the change to remove all 2D faces, and no-one liked it, so I made a module that automatically replaces any 3D face with a 2D one. It can detect over 660 faces, but of course, if Roblox adds any new 3D faces, they will not exist as 2D images, so they will default into the smiley face. And ofc, it works with both R6 and R15. · GitHub

9 Likes

The link isn’t working. Could we get the code snippet instead?

Bump!

I was going to make a script for this, but you just saved me a ton of time, but make it for sale first! I will test it out and send fixes here if I run into anything I need to fix.

This will actually help a ton with optimizing games as well, so thank you for that.

…yep, guess roblox doesn’t like people undoing their changes, will try to get this on github instead ^^

2 Likes

Hey usually this can be easily appealed, others have to appeal it because Roblox’s AI-moderation tool to moderate such things believes its violating its TOS (which isn’t the case)

I got it during the time it was on Creator Marketplace, so I also wanted to mentions so far it’s good!

Would definitely recommend also checking for R15 support perchance – since so far right now it seems like R15 isn’t compatible in this case. Pretty simple overall, good job. :slight_smile:

Should be good to go now ^^, first time using github, so if there are any problems, let me know :slight_smile:

1 Like

Already appealed, nevertheless thanks for letting me know!

To my knowledge and testing, R15 appeared to work, could you send the console if there’s an error?

1 Like

the .rbxm file is on github

Ah! Nevermind actually it works, I experienced originally an issue about the ‘MeshPart’ when in R15, but R6 was completely fine. Apologies – but I am glad to hear it got appealed. Appreciate this module very much, its a lot simpler!

I’m sure many other users will love this as well, if you have any plans to extend it I would definitely recommend a possible capability to let some users switch from 2D to 3D faces as well instead of just 2D faces only :wink:

Thank you for trying the module out and for the compliment ^^

Will consider the suggestion for the switching between faces on user request, shouldn’t be too hard to implement!

1 Like