Skip to the content.

Installation

Script-Ware

If you’re on Script-Ware, you have 2 methods of installation available, in addition to Universal:

Script-Catalouge

You can directly add the script from the script-catalouge to the in-ui script list Here

import()

You can also use the below script to start the Midi Player:

import(4320);

Universal

To install MidiPlayer for any script executor, save the package.lua file located in this repository to your scripts/ folder.

Alternatively, use this script in the textbox:

loadstring(game:HttpGetAsync('https://Exponential-Workload.github.io/MidiPlayer/package.lua'),'package.lua')();

From Source

See BUILDING

Next Steps

Once you’ve completed this, take a look at the Usage Instructions