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.
![]()
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.
![]()
Can you check if you are actually changing the property? And can you send your current code?
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 
Seems like I found a solution, but thanks for trying to help me anyways! 
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.