How do I make it so the player can customize an imagelabel's image?

I want to create an option in my game’s settings menu, where you are able to change the crosshair’s image ID (see screenshot below), but it doesn’t show the image.

I tried doing "rbxassetid://".. ImageId, but to no results.

e

Can you check if you are actually changing the property? And can you send your current code?

1 Like

Seems like a found a solution myself.

You basically just do:
"http://www.roblox.com/asset/?id=".. ImageID
You also gotta watch out that you don’t use the ID from create.roblox.com/marketplace/ url, but instead given from www.roblox.com/library/ url

I really should do a bit more searching before posting lol :man_facepalming:

Seems like I found a solution, but thanks for trying to help me anyways! :+1:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.