Virtual piano midi file autoplayer for Roblox. I am no longer updating this script, but pull requests are welcome.
To install MidiPlayer for your script executor, save the package.lua
file located in this repository to your scripts/
folder.
To play midi files, simply add them to the midi/
folder in your exploit's workspace directory.
Your midi files will be accessible in the UI:
nhvj9e.mp4
The circular button next to the title toggles midi visualization, as complex sheets may cause framerate issues.
- UI is built into the project at
src/Assets/ScreenGui.rbxm
, so no assets are loaded - HTTP requests only check for updates and download the project
- Executes from start to finish, including all code execution and
require
calls, in 80ms in Synapse-X- There is much room for improvement, though loading times vary between script executors
Want to make a contribution to Rostruct? See the repository here