WARFRAME Wiki
WARFRAME Wiki
WARFRAME Wiki
Official wiki
9,108
pages

Sandbox module for your Lua script playground needs. Anyone is able to edit this page so please be wary of other people's work. Feel free to make new subpages of this module for your own personal testing needs.

Subpages[]


--Attempting to recreate Module:Weapons for Mods
--go away error messages
--
 
local p = {}
 
local ModData = mw.loadData( 'Module:Mods/Data' )
local Shared = require( "Module:Shared" )

function p.sandbox()
    
end


return p