High-Low is a fun and simple guessing game. A random number between 1 and 100 is generated, and your challenge is to predict whether the next number will be higher or lower than the current one. ![]()
⠀
Import
- highlowgame.sb (48.2 KB)
⠀
Setup the Game
Prerequisite: Ensure you have a working point system in your setup before using this script.
Suggested: Currency Core - StreamUP
- Import the script into Streamer.bot.
- Enable the commands.
- Run the
Testtrigger to open the settings GUI
- Type
!highlowsetupin chat to setup the game.
How to play
- Make Your Guess:
- Type
!highif you believe the next number will be higher.
- Type
!equalto take a risk and try to get double points! But watch out! If you lose, it will cost you points!
- Type
!lowif you think the next number will be lower.
- Type
- Game Outcome:
- The Game generates a new number each guess.
- Your guess is compared against the new number.
- If your guess is correct, you earn points!

- If your guess is incorrect, try again.
- Scoreboard:
- Type
!alltimeto see the Top5 Alltime best players. - Type
!sessionto see the Top5 best players of the actual session. (resets every SB restart) - Type
!personalto see your personal detailed stats for alltime and session
- Type
Disclaimer: This script was collaboratively developed with community contributions and assisted by AI (ChatGPT & Gemini). It is provided “as-is” but i will try to help as good as i can.
Changelogs
v4
- Added missing
Testtrigger back in the trigger section. - Updated some comments.
- Updated mechanics to start the game.
- Should now have a better randomization of played numbers.
Let me know if something’s not working right ![]()
⠀
Older Changelogs
** v3**
- Removed the cooldown action since it’s not needed anymore
- Added a GUI interface to the script so all settings can now be edited there.
- WIP - Added
Channel Pointstab and settings, let your users use channel points to guess if it’s “high” “low” or “equal” - Added a template for the outcome message to edit in the
Gametab. - Uncheck
Award Pointsin theGametab to run the game in free mode. - You can decide if your broadcaster and or bot account show up in the scoreboard for all platforms.
Scoreboardaction remains untouched for now.- You can set a global or user cooldown for all commands in the
Cooldowntab aswell as messages for both
For clarity, edit settings can only be done via the Test-trigger in the GUI.
QoL Update v2.1
- Removed some deprecated args.
- Added
numberSeparatorto make large numbers more readable with customizable separators. If disabled, normal long numbers are used.
v2
- Now features
!equalwith a twist: Get double points for win, but lose normalwonPointsif you lose! (10% chance to win) - Fixed: Rare case script doesn’t respond and throw errors on initial setup.
- Added a detailed Scoreboard for alltime, session and personal stats
