A Button that outputs a Dice Roll

I was hoping to make a Button that would output a dice roll. Does anybody have any ideas on how to approach this? :slight_smile:

I was thinking in the direction of creating a Table called “6-sided dice” (for example), and this would have 6 columns that each can output a Number 0 or Number 1. The sum of these 6 columns would be the dice roll, and the dice roll would be triggered by a Button.

I’m hoping that we can talk about whether there are other methods by which I could create a “Dice Roll” button.

Thanks in advance for y’all’s time !

Maybe Ceiling(Random(false)*6) would do the job.

Hi @Tim1

Can you take a look at this and see if it is what you want

I can’t interact with the button in the “Preview only” version. But I see the formula you used for the Button, and yes, that is what I did.

I saw @Dalmo_Mendonca’s reply, and changed “false” to “true” in order that the Button may be reused :slight_smile:

Thanks to both of you for your time and help! :blush:

1 Like