https://github.com/quenty/classconverterplugin
Convert between classes, loading from Anaminus's API dump. Inspired by Stravant's ClassChanger.
https://github.com/quenty/classconverterplugin
lua roblox roblox-plugin
Last synced: 10 months ago
JSON representation
Convert between classes, loading from Anaminus's API dump. Inspired by Stravant's ClassChanger.
- Host: GitHub
- URL: https://github.com/quenty/classconverterplugin
- Owner: Quenty
- License: other
- Created: 2018-01-14T18:17:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T00:37:01.000Z (over 3 years ago)
- Last Synced: 2025-03-18T14:53:33.352Z (11 months ago)
- Topics: lua, roblox, roblox-plugin
- Language: Lua
- Homepage: https://www.roblox.com/library/906681627/Quentys-Class-Converter
- Size: 186 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
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](https://www.roblox.com/library/906681627/Quentys-Class-Converter).
### 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

### Building the plugin
This plugin is built with [Rojo](https://github.com/LPGhatguy/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