I put a sound in my workspace then entered the ID and it is stuck on pause, i have used a starter GUI local script like this:
`game.Workspace.Sound:Play()`
If you can help me that would be nice
local sound = game.Workspace.Sound sound:Play() wait(1) -- to get the time of the sound, paste the asset id directly into your browser sound:Stop()
script.Parent.Sound:Play ()
Put this in a normal script in the workspace and put the sound into the script.