Is there a problem with roblox right now because my sounds won’t load, or is this a scripting error?
Show the script (30 characters)
local Sound = Instance.new("Sound")
Sound.Name = "AvadaKedavra"
Sound.Parent = script.Parent.Parent.Handle
Sound.SoundId = "5131290079"
Sound:Play()
Do this instead
Sound.SoundId = “rbxassetid://5131290079”
1 Like
-_- I really failed to see that damn. ty
No problem, in the future though, a quick search on the developer wiki can save you some time
1 Like