--BROUGHT TO YOU BY RobloxScripter.com!--
local args = {
[1] = 65535,
[2] = "rbxassetid://IMAGEID", --insert a image id here, not a decal id
[3] = Vector3.new(0, 1, 0), --change the position on X Y Z
[4] = Vector3.new(7.0, 8, 0) --change the size for width height & depth
}
game:GetService("Players").LocalPlayer.Character.ChangeImg:FireServer(unpack(args))