| |
|
| 16 Feb 2014 04:20 PM |
local music = Instance.new("Sound")
music.Name = "Sound" music.SoundId = " " -- find roblox sound id databae music.Volume = 1 -- change music.Looped = true music.archivable = false
music.Parent = game.Workspace
wait(0)
music:play()
site.Forum.Thread:Post = true |
|
|
| Report Abuse |
|