Title is always confusing. I've been wondering how I can change audio ID's in workspace while using a GUI ingame. I tried to make one, but I'm confused on how to make it.
Error: Sound is not a valid member of ScreenGui
script.Parent.MouseButton1Click:connect(function() local textbuttoninput = script.Parent.Parent.TextBox.Text local sound = script.Parent.Parent.Parent.Sound sound.SoundId = 'rbxassetid://'..textbuttoninput sound:play() end)
try using using textbox and values like
game.Workspace.Sound.Soundid = directory.Value