Monetization

WOS wires common DCO-style purchases into Configurations so you mostly paste game pass and developer product IDs instead of writing PromptProductPurchase flows from scratch.

All of the Basic hooks below exist across current WOS versions. Premium adds multi-skip and server-wide spectacle products.

Basic (free)

FeatureTypeDocs
Gravity / Speed / Fusion / Heal coilsGame passGame passes
Easy ModeGame pass (in-game toggle with Premium settings)Game passes
Skip StageDeveloper productSkip Stage

Premium

FeatureTypeDocs
Skip 10 StagesDeveloper productSkip 10 Stages
Server SkipDeveloper productServer Skip
NukeDeveloper productNuke

General setup pattern

  1. Create the pass or developer product in Creator Dashboard for your experience.
  2. Open ReplicatedStorage > WOS > Configurations.
  3. Paste the ID into the matching field (leave 0 to disable).
  4. For skip UI, ensure skip-related toggles such as SkipStageButton are enabled (on / all as documented in comments), the button often appears in Play / live servers, not as a static Studio-only preview quirk some creators expect.
  5. Publish and test purchases on a live or Studio session with API access.

To soft-disable monetization, set product IDs to 0. To hide skip UI entirely, set SkipStageButton to "off". Deep removal of monetization scripts is possible under ServerScriptService but isn’t required for normal use.

WOS Premium

Get more features with WOS Premium. Including no watermarks, enhanced monetization features, and more. Buy with your local currency as a one-time purchase.

Explore Premium
Feature
Monetization

Wire Roblox game passes and developer products into skips, coils, Easy Mode, and Premium server-wide effects.

Free


Community Support