Skip to content

BomberPlayz/voxelman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voxelman

Powder toy LUA script manager

Installation

Download autorun.lua file or

  1. Copy to clipboard:
if not N then N=true pcall(load(tpt.get_clipboard()))end                                                                         local a=http.get("https://raw.githubusercontent.com/BomberPlayz/voxelman/main/autorun.lua")repeat socket.sleep(.1)until a:status()~='running'local b;if a:status()=='done'then local c,d=a:finish()if d==200 then b=true;local e=io.open('autorun.lua','wb')e:write(c)e:close()tpt.message_box('VOXELMAN Downloaded successfully','Please restart TPT')end end;if not b then tpt.throw_error('Download failed')end
  1. Open TPT
  2. Open console
  3. Paste and run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%