Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.47 KB

CONTRIBUTING.md

File metadata and controls

32 lines (24 loc) · 1.47 KB

Contributing

Code

This resource uses Aftman to manage the tools used for this project. You may find Aftman here:

Additionally, Rojo is used to sync the code to Roblox Studio. You may find Rojo here:

There exist different project.json files for different purposes:

  • buildplugin.project.json builds the plugin rbxm file for Roblox Studio
  • buildrelease.project.json builds the release rbxm file for in-game use
  • packagedev.project.json syncs the code to Roblox Studio for in-game package development
  • plugindev.project.json attempts to sync the code to Roblox Studio for plugin development, but is currently not fully functional

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Developing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

Adding a new data type

The packet size counter is a separate GitHub repository that is used as a submodule for this project. You can find it here: https://github.com/PysephWasntAvailable/RemotePacketSizeCounter

License

MIT

Contact