Install WOS From Scratch
This guide will cover how to directly and correctly install WOS (Wolfite's Obby System) version 0.8.6 in a new Roblox game.
Getting the model
You can get the model directly from Roblox's Creator Store here for free.
Preparing your new game
WOS does not support Instance Streaming, which is enabled by default in new Roblox experiences. From the Explorer tab in Studio, navigate to Workplace. Then, under the Properties tab, ensure that the property StreamingEnabled
is unchecked. If it is not, you will experience issues.
Inserting the model
WOS does not automatically set itself up. After inserting the model via the Toolbox, it should appear in the Explorer under the Workspace.
Next, for every model underneath the WOS container, drag and drop them from the container to the service by their respective names. Then, ungroup (CTRL/CMD + U) each model. The README
(aka. INFO
) script underneath the container explains this in greater detail.
Setting up the correct environment
It is recommended that your obby uses R6, as this is what WOS was designed for. However, that is not a requirement.
It is important to note that data will not save if you have not enabled the responsible setting for your experience, which requires it to be published.
What's Next
Now that you've successfully installed WOS, check out the Getting Started guide for more information on how to use it.