How to iterate through massive buttons in a widget without repetition?

Hello, how to iterate through an array of widget buttons without repetition.

Use For Each Loop instead of Random. Or do you want to do both - iterate at random with no repetitions?


Add more details regarding how it’s supposed to work.

1 Like

I tried to do it through ForLoop and all the buttons are activated immediately. I need one button to be activated at a time, without repetitions

type or paste code here

Made via ForLoopBreck. Thank you!

The request was unclear originally; one way to go about it:

No need for a loop in this instance.

1 Like