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 (21.9 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.
- Edit the sub-actions if needed.
- Type
!highlowsetup
in chat to setup the game.
How to play
- Make Your Guess:
- Type
!high
if you believe the next number will be higher. - Type
!equal
to take a risk and try to get double points! But watch out! If you lose, it will cost you points! - Type
!low
if 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
!alltime
to see the Top5 Alltime best players. - Type
!session
to see the Top5 best players of the actual session. (resets every SB restart) - Type
!personalstats
to 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
v2
- Now features
!equal
with a twist: Get double points for win, but lose normalwonPoints
if 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