Argon - extension for VS Code and plugin for Roblox allowing easy two-way sync of code and instances

Overview

Argon logo and name icon

About

Argon is a simple two-way sync plugin for Roblox and extension for Visual Studio Code allowing developers not only to sync code but every possible Roblox class.

Features

  • Two-way sync (currently only from VS Code to Roblox is supported)
  • Instance syncing
  • Very simple in use
  • Customizable and expandable
  • Self updating class database
  • Easy renaming, changing directory and classes

Usage

Running extension:

1. In VS code open workspace

Usage screenshot

2. Prees F1 and run Argon

Usage screenshot

3. Open Roblox plugin and press connect

Usage screenshot

Syncing, creating scripts and instances (video):

Usage video

You might also like...

Synchronize multiple Pi-hole instances

Orbital Sync Orbital Sync synchronizes multiple Pi-hole instances for high availability (HA) using the built-in "teleporter". In other words, it perfo

Dec 30, 2022

A simple web server exposing Hetzner cloud instances for consumption by the Prometheus HTTP service discovery.

Prometheus: Hetzner Service Discovery A server to provide automatic node discovery for Hetzner Cloud to Prometheus via HTTP service discovery. In cont

Oct 10, 2022

Telegram Chatting is a web site-based two-way real-time chat communication application.

Telegram Chatting is a web site-based two-way real-time chat communication application.

Telegram Chatting is a web site-based two-way real-time chat communication application. Has features including two-way private messaging between users, searching user lists, viewing profiles between users, and updating user data.

Dec 27, 2022

A free and open-source Roblox script hub

🐋 Orca A free and open-source Roblox script hub 🐋 Introduction Orca is a general-purpose Roblox script hub designed to make convenient tasks easy an

Dec 27, 2022

A Roblox OpenCloud API wrapper for Deno (and NodeJS) written in TypeScript.

Active Development This module is currently in active development. Nothing is going to stay consistent as it reaches a stable release. Dynablox Docs |

Oct 28, 2022

logs ROBLOX's updates and new versions

logs ROBLOX's updates and new versions

roblox-update-notifier logs ROBLOX's updates and new versions This is meant to be ran in NodeJS, 24/7, using something like pm2. NPM packages required

Oct 23, 2022

A futuristic and lightweight data platform for upcoming ROBLOX games.

A futuristic and lightweight data platform for upcoming ROBLOX games.

A lightweight data platform for ROBLOX ⚠ Please restar this repo as it was accidentally deleted. We're still actively recovering. Introduction Datalin

Dec 15, 2022

Variant types in Roblox TypeScript - Ported from Vanilla TypeScript

Variant types in Roblox TypeScript - Ported from Vanilla TypeScript

Variant (for Roblox) This is a roblox typescript variant (heh, pun) of Variant. See the Variant documentation on how to use Variant. A variant type is

Jun 3, 2022

Downloads & formats all of your Roblox private messages.

Downloads & formats all of your Roblox private messages.

Roblox Message Downloader This tool was created due to the recent news sent out by Roblox. On April 22nd, 2022, all private messages sent by Roblox be

Apr 7, 2022
Comments
  • Remove len function and use #v

    Remove len function and use #v

    local items = {
        "item",
        "item",
        "item",
        "item",
    }
    
    -- this:
    local function len(array)
        local num = 0
        
        for _, _ in array do
            num += 1
        end
    
        return num
    end
    print(len(items))
    
    -- is the same as this:
    print(#items)
    

    tell me if counting how many items there were in a table/string wasn't what the len function was for XD

    opened by Almost89 4
  • Cluttered file space

    Cluttered file space

    At the moment file organisation is a bit cluttered and leaves no space for more bits of the project that may come in future (a standalone cli for instance). As a suggestion files could instead be organised a bit like rojo does. Basically it would just be an organisation which then holds the different bits of the project under there respected repositories e.g.

    • Argon (the organisation):
      • plugin (holds the roblox plugin)
      • vscode (holds the vs-code plugin)
      • ???
    opened by Almost89 2
  • Use IsA and SCRIPT_TYPES to add .filetype

    Use IsA and SCRIPT_TYPES to add .filetype

    • All relative server, local and module script :IsA('class') calls now use the 'LuaSourceContainer' class.
    • Also allow SCRIPT_TYPES to convert server, local and module scripts to the correct .filetype.

    Note: none of this has been tested and all was written in Github.

    opened by Almost89 1
Releases(0.6.5)
Owner
DARK
Unreal Engine and Roblox developer
DARK
A minimalistic yet efficient way to stringify and revive instances via JSON.

json-instances Social Media Photo by Francisco J. Villena on Unsplash A minimalistic yet efficient way to stringify and revive instances via JSON. If

Andrea Giammarchi 11 Jun 23, 2022
RWP stands for Roblox web panel, it's a code snippet that you can run via developer console or the provided Google Chrome extension to try out early

RWP stands for Roblox web panel, it's a code snippet that you can run via developer console or the provided Google Chrome extension to try out early Roblox site features before they're officially out without any programming experience.

null 10 Nov 28, 2022
Zero Two Bot,A fully Modular Whatsapp Bot to do everything possible in WhatsApp by Team Zero Two

?? ???????? ?????? ???? ?? A Moduler WhatsApp Bot designed for both PM and Groups - To take your boring WhatsApp usage into a whole different level. T

Sam Pandey 69 Dec 25, 2022
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till mÀnniskor pÄ flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
Experience Lab is a set of utilities that assist in creating instances of Microsoft Energy Data Services, performing data loads, and performing basic management operations.

Experience Lab - Microsoft Energy Data Services Build Status About Experience Lab is an automated, end-to-end deployment accelerator for Microsoft Ene

Microsoft 9 Dec 14, 2022
An open-source, pretty, simple and fast meilisearch UI for managing your meilisearch instances

Meilisearch-UI An open-source, pretty, simple and fast meilisearch UI for managing your meilisearch instances [IMPORTANT] The main branch may be unsta

Kyrie Lrvinye 29 Dec 29, 2022
Command line tool to interact with exist-db instances (pre-release)

xst [Ä­g-zÄ­stâ€Č] Command line tool to interact with exist-db instances. Built on top of @existdb/node-exist. Installation Until this package is official

Juri Leino 0 Aug 4, 2022
🐞 A NodeJS module to access Bugzilla instances through the REST API.

Bugzilla | Typesafe access to Bugzilla's REST API. Very early work in progress, getting info from a bug or searching bugs is the main priority right n

Red Hat - Plumbers - Automation 3 Nov 1, 2022