For some reason roblox doesn’t get the decal for a ui imagelabel using a script
the variable is
local Image “rbxassetid://imageid”
and then I type Imagelabel.Image = Image
but roblox says error getting the asset 403
For some reason roblox doesn’t get the decal for a ui imagelabel using a script
the variable is
local Image “rbxassetid://imageid”
and then I type Imagelabel.Image = Image
but roblox says error getting the asset 403
Are you just trying to put it on a part?
nO for a image label ui and I made a decal for it or an image uploaded toroblox
So putting the image on a GUI?
If this is for an ImageLabel as you stated, then you probably require the rbxthumb url instead
So maybe try
"rbxthumb://type=Asset&id=IMAGEID&w=420&h=420"
Where IMAGEID
is the id of your decal
I have seen such issues if u have used asset manager try to use roblox website. Sometimes if u converted a file from some format not working on roblox problem arises.