What is SetDescription in contextactionservice

How do I use SetDescription. I already checked Roblox’s definition but it doesn’t explain where the description is going to be.

2 Likes

I’m pretty sure it set’s the text of what’s going to be on the button for mobile, either this or SetTitle does that.

1 Like

Where does it show? I tried to hover over the button for mobile and it doesn’t show a description.

1 Like

That’s the text on the button so it isn’t a blank button.
Edit: Wait, I think this sets the bindname.
Example; When using the function for bind action, this name is what you would put in for the button name.

1 Like

Where is the description located when you use setdescription

1 Like

I edited my comment, I think I may’ve mixed up SetTitle and SetDescription.

1 Like

SetTitle sets a title on the text

1 Like

Yes, I have clarified the purpose in my edit, please just read that.

1 Like

From the developer hub:

“This method merely sets a text description of an action, and nothing more”

1 Like

I already read that it says in the title.

1 Like

Is it possible to make a button on mobile to show a description on what it does?

1 Like

It doesn’t do anything other than tell the developer what a button does from the developer console. You can’t see it, it doesn’t show anything.
image

You would have to make a custom system for that

1 Like