Categories > Coding > Lua >
How to override module script?
Posted
How to override module script function or variable or any? When i try require(module) i got error "Cannot require a non-RobloxScript module from a RobloxScript"
I know that do not change server side script, but i'l need my local copy was changed
Replied
You need to find a backdoor in a game, then have a backdoor executer script. I'm pretty sure it's the only way to execute 'require(...)'
Cancel
Post
Replied
To override a module script you will need to use a backdoor executable to run your modified version, as a quick workaround just having a non-RobloxScript module will result in an error.
Edit by raft wars a day ago
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post