I’m Asking For A Friend He Is Trying make a script that gets code from my api and executes it. He’s Doing this is because you cant publish obfuscated code on roblox marketplace so to bypass that he is using an api
1 Like
use HttpService:GetAsync() to get the code then use loadstring() to execute it
2 Likes
I’ll Show him Tell you if it works!
1 Like
He got this error loadstring() is not available - Server - test:8
1 Like
you have to enable it under ServerScriptService
.
1 Like
Don’t use loadstring. It’s unavailable by default due to security issues. Instead, use another module preferably which doesn’t use get/setfenv()
1 Like
Use Rerubi or FiOne instead of loadstring.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.