Skip to content

A bridge/proxy allowing for Roblox and Discord communication.

License

Notifications You must be signed in to change notification settings

AtomLabss/Quark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quark

A bridge/proxy allowing for Roblox and Discord communication.

Notices

Warning

This project is in an early beta, and you may experience unexpected issues. Continue with your own risk!

Warning

Express Setup is currently unavailable, as we are in the process of adding Quark to AtomAPI. This notice will be updated once we have completed this on our end. Stay tuned!

Express Setup (with Quark's official Discord bot)

Step 1: Discord Setup

  1. Add Quark to your designated Discord server.

  2. Profit. (that's literally it LMFAO)

Step 2: Roblox Setup

  1. Clone the project to your machine:
  git clone https://github.com/AtomLabss/Quark
  1. Go to the project directory:
  cd ./Quark/src/roblox
  1. Navigate to ServerScriptService/MainScript.lua, and populate the required values:
  nano ./MainScript.lua
  1. Ensure that proxyURL is set to https://quark.atomlabs.ie, for Express Setup to work.

  2. Copy the remainder of scripts to your Roblox game, and put them in their respective areas.

  3. Navigate to Game Settings in Roblox Studio, go to the Security tab, and enable 'Allow HTTP Requests'.

  4. Run your game, and ensure all is well.

  5. Publish your game, if you'd like and enjoy!

Manual Setup (with your own Discord bot)

Step 1: Discord Setup

  1. Clone the project to your machine:
  git clone https://github.com/AtomLabss/Quark
  1. Go to the project directory:
  cd ./Quark/src/discord
  1. Rename example.env to .env, and populate the required values:
  nano ./.env
  1. Run the bot:
    node quark.js
  1. Profit.

Step 2: Roblox Setup

  1. Clone the project to your machine:
  git clone https://github.com/AtomLabss/Quark
  1. Go to the project directory:
  cd ./Quark/src/roblox
  1. Navigate to ServerScriptService/MainScript.lua, and populate the required values:
  nano ./MainScript.lua
  1. Copy the remainder of scripts to your Roblox game, and put them in their respective areas.

  2. Navigate to Game Settings in Roblox Studio, go to the Security tab, and enable 'Allow HTTP Requests'.

  3. Run your game, and ensure all is well.

  4. Publish your game, if you'd like and enjoy!

About

A bridge/proxy allowing for Roblox and Discord communication.

Topics

Resources

License

Stars

Watchers

Forks