Roblox Rolling Number System (In Chat)

How would I make a script where when a player does *"/e roll [lowest number] [highest number]"* in that chat it outputs a random number between those two numbers in that chat.

2 Likes

This link will help. You’ll have to use some string methods (probably split) in order to properly parse the command.