What do you want to achieve?
Fix the issues with images
What is the issue?
When I attempt to set an image on a screenGui via a script, it doesn’t work; here’s some information.
The images have been uploaded properly and are viewable in-game
When the script sets the image, if you go into properties, you can see that the image has been set, it just doesn’t display.
What solutions have you tried so far?
I have tried a multitude of solutions such as adding “rbxassetid://” before the string of numbers.
This is an example of how I have scripted this feature previously and it has worked, I don’t understand what has happened since then, could this have something to do with it running in a localscript?
I think you are putting the decal id, not the image id, so first try inserting the id in a roblox studio decal or texture, then copy that again and change it in the script.