An image won’t change in my script
Decal.Texture = ("rbxassetid://117277715047355")
An image won’t change in my script
Decal.Texture = ("rbxassetid://117277715047355")
Isn’t it supposed to be TextureId instead of just Texture?
That is for meshes, for regular decals it is just texture
You’re looking for the image ID, not a decal ID. To get the image ID you have to go to the images section (same area where you can find the decal section) and then copy the ID of the image you uploaded.
Pretty sure Decal.Texture = "117277715047355"
will do.