Random Number Generator

Asked Oct 9, 2020·2 replies·Last activity 5 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.

Hey community, I'm new to commands and my sister streams on twitch and I want to add a command for her. The command I want is "{@user} You are a {Random Number 1-10} on the simpscale." If anyone could help me out it would mean a lot.

2 replies

!commands add !ran $(user), You are a $(eval Math.floor(Math.random() * 10) + 1) on the simpscale.