Random Number Generator

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.

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

Thank you man. Have a good day

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.