How can i add a button for roll

You can call TryStartAbility when the button is clicked:
 
What does your script look like? In order to add roll you will need to create a new script that implements TryStartAbility. You can model it off of the documentation, except instead of it being called at the start it should be called when you press the button. This will depend on the UI implementation that you are using.
 
Back
Top