Skip to main content

Installation

Method 1 - Plugin

Download the plugin here via Roblox

Method 2 - Git

If you don't trust Method 1 (I get it!), you can download the repo and compile the plugin yourself!

(1) Clone the repository to your local machine

  1. Open up the terminal
  2. Route to your desired directory
  3. Run git clone https://github.com/JoelBrd/Socket
info

Unsure what the terminal is? Wonder how to route to a desired directory? Got no idea what git is? Check this video out, or strongly consider using Method 1

(2) Use Wally to download the dependencies

Socket uses Roact, Rodux, Roact-Rodux, Promise and Janitor!

  1. Download Wally onto your machine
  2. Open ...\Socket\src\Shared\Libraries in the terminal
  3. Run the comamnd wally install

(3) Use Rojo to sync the project onto a Roblox Studio place

Please see the Rojo Docs on how to do this

(4) Compile the plugin

  1. Select game.ServerScriptService.SocketPlugin and game.ServerScriptService.SocketPlugin.PluginFramework
  2. Right Click game.ServerScriptService.SocketPlugin -> Save as Local Plugin
  3. After selecting a name and saving, Socket should appear on your plugin toolbar!