Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Setup guide

LuaGunsX edited this page Nov 27, 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). If you are on a mobile device, check the wiki page of running scripts on a mobile device.
  • A Roblox account.

Section I - Finding a Script Builder and Running Module Browser

  1. First, you will find a script builder and/or script executor that supports the "require" function.
  2. Copy and paste the require script into the text box in the executor GUI. Remember to replace "username" with your Roblox username. If you did it, it should look like this: require(MODULEBROWSERID).function("ROBLOX"). 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.
  3. Click the Execute button. If you are in Void Script Builder, skip this step.
  4. You have ran Module browser. Now we will find a script.

Section II - Finding a Script

  1. You have four sections: games, utilities, GUIs, and characters. Click any one you'd like.
  2. Find the script you want to use in the section.
  3. Click the button featuring the script's name that you want to use.

Section III - Running the Selected Script

  1. Select the text box and copy it.
  2. 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.
  3. (Note: Only go further and follow if you are using the F9 Console method.) Click the "Server" button in the console tab.
  4. Paste the script into the textbox and press Enter on your keyboard.

Congratulations, you have finished setting up Module Browser!