i'm honestly really bad with scripting lol
if player.PlayerGui.SkipCutsceneGui.Skip.Selected = true then player.PlayerGui.playermusic.remove() end
If you need to see other parts of the scripts, let me know.
SkipCutsceneGui is a Gui and Skip is a textbutton i think
Playermusic is an audio
It states it has to do with the 'then' statement, I feel like i forgot to add something :L
if player.PlayerGui:findFirstChild("SkipCutsceneGui").Skip.Selected = true then player.PlayerGui:findFirstChild("playermusic"):Remove() -- notice you missed the : colons for the method ":Remove()" end