The button is working but it does not render the decal that it is supposed to be rendering
I tried different work places, i tried to set my own decal’s id but it still doesnt works and gives me no error in the console
I even tried with a simple script that is not linked to anything else;
local CAS = game:GetService("ContextActionService")
wait(5)
function test()
end
CAS:BindAction("test",test, true)
CAS:SetImage("test", "rbxassetid://17111662129")