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