so bassicly im making a game where u can choose powers but i want players to also be able to code their own powers by scripting it in lua how would i go about doing this because as far as i know u cant change the source of a script using another script
You would probably use loadstring,
I really would not recommend this, you’re basically allowing people to fully destroy your game without breaking Roblox’ ToS, giving them the power of a cheater without them cheating.
yes i know the risks of doing this thats why i was only gonna add this too private server because else it would be way too overpowered also thanks i will try this for sure!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.