Skip to content

Reload Scripts

Konijima edited this page Jul 11, 2022 · 1 revision

Reloading client & shared script on the client

Press F11 and search for your mod name, you will get a list of all your mod files then click the reload button next to the file you want to reload.

Reloading server & shared script on the server

Enter this command in your server console:

reloadlua server/MyModName/MyScript.lua
reloadlua shared/MyModName/MyScript.lua

You can also enter those commands in the chat using /reloadlua <filename>, must be logged in with an admin account.

Clone this wiki locally