Hey developers, so I want a GUI in my game that displays the current reverb type, for that I am using the following script:
script.Parent.Text = tostring(game.SoundService.AmbientReverb)
This works for the most part except for it returns Enum.ReverbType. --Current reverb
Is there a way to remove the Enum.ReverbType part?