Context action service's image not showing

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")

I needed to do it with an imageLabel and take its imageId for some reason

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.