Random Percentage command

hello! I was wondering if there is anyway to get a random percentage command to work on wizebot? I want there to be a command where It can say how much my chat’s vibe is. I tried using the same formula for Night bot which is $(eval Math.floor((Math.random() * 100) + 1))% but it gave me this: image

Thank you in advance!

Hello,
You just have the TAG “$random(min,max)” :slight_smile:

$random(1,100)

Thank you! you’re amazing! <3

1 Like

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