I’m trying to create a unique looking teleport screen, however I have to upload 10 images for it to work, and most of them are getting moderated. I need a solution that will slice an image into 10ths.
Just change a single pixel to reupload them.
I don’t understand, may you please elaborate?
Depending on the size of the image you’re uploading you can use a sprite sheet.
Here’s the wiki page for ImageLabel, I linked the bottom portion where it uses a sprite sheet and has code for how to make / animate it.
https://developer.roblox.com/en-us/api-reference/class/ImageLabel#image-animation-using-spritesheet
To reupload them and get some of them accepted change one of the pixels.
I did, but they still get denied, and that’s not even the point of this post. I asked for a solution for copping a singular image into 10ths.
You can try a GuiObject’s ClipsDescendants property to do this without uploading 10 different images
https://developer.roblox.com/en-us/api-reference/property/GuiObject/ClipsDescendants
This post probably isn’t still active, but you could make a image with all the parts separated, then use the ImageRectOffset
and ImageRectSize
properties to crop the image.