Skip to content

Convert between classes, loading from Anaminus's API dump. Inspired by Stravant's ClassChanger.

License

Notifications You must be signed in to change notification settings

Quenty/ClassConverterPlugin

Repository files navigation

Quenty's Class Converter

Convert between classes, loading from Anaminus's API dump. Inspired by Stravant's ClassChanger. With help from badcc, AxisAngles, Anaminus and Stravant.

You can find the published version here.

Installing

  1. Open up Roblox Studio
  2. Open up a new place, go to the Plugins tab, then manage plugins
  3. Navigate to https://www.roblox.com/library/906681627/Quentys-Class-Converter
  4. Press Install

Features

  • Always up to date API
  • Fuzzy searching
  • Nice UI
  • Converts CollectionService tags

Caveats

  • Requires HttpEnabled to be on

UI

Here's an example of the UI

alt text

Building the plugin

This plugin is built with Rojo (Version 0.6.0)

Run

rojo serve

from the root directory and then sync using the Rojo plugin.

Syntax checking

Syntax checking is done with LuaCheck

Dependencies

This plugin uses http://anaminus.github.io/rbx/json/api/latest.json to grab updates