Are you asking to have 2 separate windows in your game/program open at once, or are you asking if you can use multiple .lua files to build your program/game ? If you want the second method then just put this above everything in your program: love.filesystem.require("menuSystem.lua") --Runs the LUA f...