Sandbox Logo

About S&bux API

s&bux is a parody of in-game currencies and can't be bought with real world money.

You get 25 s&bux for free every day you play a supported gamemode. 😃

While in a supported gamemode, enter sbux into your console to view your balance.

How to use

// Check if a player owns the game pass.

if ( Monetization.Has( gamePass ) )
{
    // Do things...
}
// Prompts the player to purchase the game pass.
// True if the game pass was bought.
// A game pass can be bought multiple times.

if ( await Monetization.Purchase( gamePass ) )
{
    // Do things...
}
Known issues:

First project launch may throw an error due to #5431 - but will still work.

s&bux API

Game monetization.

Created
2/11/2024
Updated
5/6/2024
In Collections
Referenced By
Dependencies
Reviews
😡 x 1🥇 x 1🙂 x 1