Skip Stage
Skip Stage is the basic monetization product: the player pays Robux (via a developer product) and advances one stage. Available in all WOS tiers.
Setup
- Create a Developer Product on your experience for the skip.
- Open
ReplicatedStorage > WOS > Configurations. - Set the skip stage product ID field (historically near the monetization block, comments label Skip Stage / similar).
- Set
SkipStageButtonto"on"(or"all"if you use that mode) so the purchase UI is offered. - Play the game (Play Solo / live). The skip control is meant to show in session, not only as a dead Studio hierarchy preview.
Leave the product ID at 0 to disable purchases. Set SkipStageButton to "off" if you want the skip UI gone entirely.
Behaviour notes
- Skips move the buyer forward relative to their current progress (one checkpoint / stage).
- Premium can add Skip 10 Stages and Server Skip on top of this.
- Reminder from install: remove conflicting default SpawnLocations so skips and checkpoints stay authoritative.
Troubleshooting
- Button missing > confirm
SkipStageButton, product ID ≠ 0, and that you’re in an actual Play session. - Purchase prompts fail > experience must be published; product must belong to this experience.
- Want no monetization > ID
0and/orSkipStageButton = "off".
