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