This repository was archived by the owner on Mar 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Setup guide
LuaGunsX edited this page Nov 24, 2023
·
5 revisions
This wiki page covers the basics of how to run the script. You will require the following:
- A working Roblox client above version 0.347/version-275113b61062497d.
- Any device except for clients that are unstable on Roblox (such as Linux, for example).
- A Roblox account.
- First, you will find a script builder and/or script executor that supports the "require" function.
- Copy and paste the require script into the text box in the executor GUI. If you are in Void Script Builder Place 2, type "c/(ModuleBrowser require here)" in the text box in the bottom left corner and press Enter on your keyboard.
- Click the Execute button.
- You have ran Module browser. Now we will find a script.
- You have four sections: games, utilities, GUIs, and characters. Click any one you'd like.
- Find the script you want to use in the section.
- Click the button featuring the script's name that you want to use.
- Select the text box and copy it.
- Use the executor again and paste it into the executor tab. Click the Execute button. If you do not have a executor GUI and you are the creator of the game, press F9.
- (Note: Only go further and follow if you are using the F9 Console method.) Click the "Server" button in the console tab.
- Paste the script into the textbox and press Enter on your keyboard.
Congratulations, you have finished setting up Module Browser!