Frequently Asked Questions
Checkpoints aren't working correctly!
If checkpoints aren't working correctly (e.g., you walk away from them and come back to a stage you've already beaten to find the checkpoint isn't highlighted), this is likely because you haven't disabled instance streaming like you were supposed to during setup. Please disable StreamingEnabled
from the Workspace
. More information can be found in the Installation Guide.
How do I remove the watermarks?
You can read this documentation page to learn how to disable watermark/branding/credit in WOS.
How do I install the Wolfite's Obby System into my game?
You can read the Installation Guide to learn how to properly install WOS in a new game.
Why is Wolfite's Obby System Premium no longer available for purchase with Robux?
Roblox has disabled the purchase of plugins for Robux in their Creator Store, making this currency impossible to support. See: https://devforum.roblox.com/t/creator-store-buy-and-sell-plug-ins-with-real-world-currency/2923445. Instead, you'll have to purchase WOS on the Patreon Store, see more at wolfite.dev/wos/premium.
My stages aren't saving - how do I fix it?
Check that DataStoreService is enabled in Studio's game settings. Ensure you're testing in Play mode, since saving won't persist in run mode.
How do I add new stages/checkpoints?
Duplicate a checkpoint, increment the stage number in its properties/module, and place it at the end of your stage.
Why does my progress reset when I rejoin?
This usually means DataStores aren't set up or you're playing in Studio (local testing doesn't always save). Publish your game to Roblox and test there. For more information on how to play-test in studio, check out the WOS Getting Started guide.
Players respawn at the wrong stage, what's wrong?
Make sure each checkpoint has the correct stage number and that no duplicates exist. Check that checkpoints are anchored and not overlapping other parts.