What is loadstring?

There is a way yes, a few actually.

Method 1: Non-Modular, server only

  • This will only work on the server, and not the client
  • Simply enable the property under ServerScriptService, it’ll be called loadstringenabled or something.

Method 2: Modular, client and server.

  • This is useable on the client and server!
  • A tad bit more compelx
  • The module, explains on how to use it
  • Super simple once you get your head around it, theres even an example in the module!
    Module: vLua 5.1 (improved VM) - Roblox
7 Likes