Can a specific number in the random number display a specific message?

Asked Aug 1, 2020·1 reply·Last activity 6 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

1 reply

Yes you can display a different message based on what the random number is equal to all you need to do is have a variable equal to the random number and then check what that variable is equal to let’s call the variable random.

Ex.random>=50?"50"

If the number randomly picked is 50 or less the message “50” will be displayed.

As for skipping over certain viewers I would look Here