[ANSWERED] How do you preload a sound? When I play the game, it doesn't play the sound.
while true do game.Soundscape.Sound:Play() wait(120.11100000000000421) end
Thank you!
local sound = Instance.new("Sound") sound.SoundId = "http://www.roblox.com/asset?id=" sound.Looped = true sound.Parent = game.Soundscape sound:Play()