# Lua Related


# RunString(string strToRun, string strSource)

Runs the specified Lua code on the Client.
Calls luaL_loadbufferx internally.

Arguments:

  • string strToRun - Lua code to run.
  • string strSource - Customizes where it came from.