How do I install a plugin with Lua?

  • A_Noob
    4th Jul 2021 Member 0 Permalink

    Please help me

    Edited once by A_Noob. Last: 4th Jul 2021
  • rufvul
    8th Jul 2021 Member 0 Permalink

    Put the .lua file in the powder toy folder, launch the game, press ~, and enter: dofile("plugin_name_here.lua")

     

  • TPTSortaGuy
    9th Jul 2021 Member 0 Permalink

    Or type tpt.getscript(1, "autorun.lua", 1). This will install a script manager which you can find the plugins and enable or disable them.