Need help with editableimage apis

Essentially, the circle doesn’t appear, the decal is set to the right face and yet nothing happens, pretty sure the part is big enough as well since it doesn’t error. If anyone can help or has a useful tutorial, please respond!

As far as I can tell your code looks fine, however I see that the code is located in a Script. EditableImage and EditableMesh aren’t replicated from server to client (or vice versa), so if you’re expecting to be able to see the image from a client, you may have to switch to a LocalScript.

1 Like

thanks, that was all I needed xd