Protecting a source code

Greetings, I am working on a paid service that provides a receptionist check-in system something similar to CheckMeIn made by @wind_o. As for now, I have no idea what’s the best way to secure and protect my source code from getting leaked.

I have done some researches on how to protect/secure my scripts and found some options for example obfuscating my scripts to make it hard to read but it doesn’t mean it will 100% secure my script from getting leaked since you could deobfuscate it. I also heard of private modules but sadly Roblox removed that feature

You can’t. Private modules were removed over a year ago, instead embrace the open-source world. You could even slap an open-source license that best fits your service. Different licenses have different conditions which must be followed.

Have a look here: https://choosealicense.com/

5 Likes