-
Notifications
You must be signed in to change notification settings - Fork 16
Description
for some reason this obfuscator compiles the code using luac, which makes it impossible to obfuscate code using luau syntax (` ` strings, type indicators for variables (like this: local Rating: string = "2/10"), += -= etc)
in fact, even if you dont use any luau syntax you cant obfuscate using this because you cant use any roblox globals in your code at all (i tested print(game.Workspace.Name) and it errored with an attempt to index nil error)
literally just not compiling & running code with luac would solve this problem and make this obfuscator usable AT ALL for any code, but u literally cant do anything except print hello world basically.
until it at the VERY least stops running the code (which it doesnt have to in the first place) everyone is better off removing luau syntax from their scripts and using wfuscator