What images can i put for ContextActionService mobile buttons

I would like to use CAS for my game to allow mobile users to play it.
The issue is, I don’t know what images i can use for the mobile buttons!
Every image i tried didn’t work (it does an error)

I looked everywhere in the developer hub, in the dev forum and even on reddit.

Thanks!

2 Likes

Which way are you putting the image into the buttons?

1 Like

by doing :
ContextActionService:BindAction(“Crouch”,Crouch,true,Enum.KeyCode.C,Enum.KeyCode.ButtonR3)
ContextActionService:SetImage(“Crouch”,“Id Here”)

Is the ID that you are putting, shaped like this? rbxassetid://1985219113

1 Like

yeah… isn’t that the way all roblox IDs are writen?

Were the images approved, and if so did you spell the action correctly?

yes they were approved and i copied the line from the developer hub