Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Help with AssetId?

Asked by 10 years ago

I have this script:

function sound()
    wait(5)
    script.MUSIC:Play(1)
end
Players.PlayerAdded:connect(sound)

yet it does nothing, the only thing which could cause a problem would be the asset ID in the Sound which is in the script (and yes I named the Sound 'MUSIC')

Could someone give me a link of a working sound asset?

0
Remove the 1 in the parentheses and try pressing 'Enter' after the last end. Shawnyg 4330 — 10y
0
nope :( Shaydesilva 85 — 10y

1 answer

Log in to vote
0
Answered by
c0des 207 Moderation Voter
10 years ago

Here you go, a working Audio asset. http://www.roblox.com/asset/?id=130783238

Just insert a basic object "Sound" and put that under the assetId.

Ad

Answer this question