I have a soundtrack for this game that has multiple areas that play different soundtracks, and this game has an upside down world and I was thinking of reversing the theme song for the main island.
So I need to reverse a sound using scripts, as Roblox has removed -1 pitch for some reason...
Simply just uploading 2 sounds would be too expensive, as I'm trying to create a game on a budget. Any help would be great, thanks.
I've heard that people have done this before, I myself just don't know how...
Roblox has removed -1 pitch due to moderation issues. People can easily bypass by making inappropriate sounds reversed and reverse it back to get an unmoderated inappropriate sound. So there's no way to make a perfect reversed sound, the only way is to make it cramped.
WAY 1:
local sound = script.Parent sound:Play() while wait(1) do for i = sound.TimeLength, 0, 0.1 do sound.TimePosition = i end end
(This might not work, and it's very cramped, the quality might be bad)
WAY 2:
There is some websites that allows you to reverse the sound, it might get moderated, but it's an efficient way to make a reversed sound.