How Do I Recompile My Scripts After Being Decompiled?

So I Heard That Exploiters Use Something Called Decompiling To Get Local Script Code. So Is There Like A .Decompiled Event I Can Use So That I Can Recompile It? I Cant Seem To Find Anything Regarding Compiling A Script Again. I Only Get Results Like How To Prevent Exploits Like Speed And NoClip But I Am Not Asking For That. Thanks For Your Time.

That’s not what decompilation is. Decompilation is how exploiters get your source code (the Lua you write) back from the code that’s running on their machine (the compiled bytecode). You can’t stop it, unfortunately.

3 Likes

Oh. So I Guess I Cant Hide My Local Scripts This Way? Oh Well.