Seeking Help with Decal ID to Image ID Conversion

Hey,

I’m looking for assistance in creating a script that can reliably convert Decal IDs to Image IDs within my game. The built-in method “game:GetService(“InsertService”):LoadAsset(assetIdHere)” is not suitable due to ownership restrictions.

I’ve explored using external APIs, but I’m not entirely sure how to implement them effectively in Lua for Roblox. If you have experience with working with APIs in Lua or any alternative approaches, your insights would be greatly appreciated. But api.roblox.com is down forever as i seen so i look for another way to do what i want directly in my game without the ownership issue, do you guys have any fix to this issue ?

Feel free to reply here or send me a DM if you’re interested in helping out.

Thanks in advance!
@hollaquetalBRUH

1 Like

What I’ve done in the past is just put the decal id into a decal and roblox will convert it to a image by itself, Idk if this is what you wanted or if I’m even answering your question properly but thats what I’ve done to convert it.

You did with LoadAsset to convert it, right ? If yes, it cannot work because like player come in my game put the id and receive the image id so LoadAsset is only if its an asset of the owner sadly.