1 unstable release

0.1.1 Jan 18, 2019
0.1.0 Jan 18, 2019

#53 in #roblox

GPL-3.0 license

26KB
426 lines

Ropp

Roblox Pre/Post Publishing

Problem: You want to change your place/code after you publish, but don't want to make it harder to develop by directly editing.

Solution: Publish through Ropp, rather than through Roblox.

How it works

  • Develop your place, preferably on its own "developer build".
  • When you're done, save the rbxmx.
  • Write a ropp.json file to list all your steps.
  • Run ropp, give it your .ROBLOSECURITY to log in, and have Ropp publish it for you!

Use cases

  • Variable obfuscation
  • RemoteEvent obfuscation
  • Automatic changelog creation

Q/A

Q: What if Ropp somehow messes up my place when publishing? A: Roblox has built in previous versions, revert to one of those, and make an issue about it. Make sure it's Ropp and not one of your publish steps.

Dependencies

~19–31MB
~546K SLoC