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

The sound wont load :(?

Asked by 8 years ago
local sound = Instance.new("Sound")
sound.SoundId = "http://www.roblox.com/Heart-Beat-item?id=131038747"
sound.Parent = game.Workspace


sound:Play()

im not sure if there has to be an interval or something and sorry if this is a face palm question cause im pretty new to scripting

Answer this question