Is there a high quality way to get image from decal other then rbxthumb?

In a game i develop for, i want to make a custom skybox setting but the method I use gives low quality images rather then the normal quality you get by just inserting the skybox yourself

My method:

local function getImg(imgid)
    return "rbxthumb://type=Asset&id="..imgid.."&w=150&h=150"
end

Can’t you increase the resolution?

Nevermind, the error where it would reset the skybox is gone when the resolution is high
Thanks

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