wait(5) Sound = script.Parent Sound:Play()
THe sound is in workspace
the local script is the child of sound
im trying to get it to play but it won't play nothing in the output either
From the API reference:
"A LocalScript will only run Lua code if it is a descendant of one of the following objects:
Hope this helps.
Basically you just have to change it from a local script to a normal script