Players get an in-game music player that generates endless ska and reggae-rock tracks from a short seed string. It uses a deterministic PRNG to compose parts, synthesize stereo PCM, cache and crossfade between songs, and lets users tweak a compact vibe code via a Razor panel and save WAVs. Code is split between a MusicGen synth/composer, a SkafinityPlayer component that runs on the client, and a UI panel for knobs and controls.