|
| 17 Jan 2014 05:01 PM |
local s = Instance.new("Sound")
s.Name = "Sound" s.SoundId = "http://www.roblox.com/asset/?id=142465860" s.Volume = 2 s.Pitch = 2.5 s.Looped = true s.archivable = false
s.Parent = game.Workspace
wait(0)
s:play()
It didnt have any errors, but it wont play the sound. |
|
|
| Report Abuse |
|
|
Geomaster
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 1480 |
|
|
| 17 Jan 2014 05:03 PM |
Troubleshooting:
Are your speakers turned down Is the soundID a valid one Did you capitalize the A in 'archivable' |
|
|
| Report Abuse |
|
|
| |
|
|
| 17 Jan 2014 05:05 PM |
| Capitalized the A, No change. |
|
|
| Report Abuse |
|
|
Geomaster
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 1480 |
|
|
| 17 Jan 2014 05:09 PM |
Set looped to false See if it plays then If it does, it might not work on looped |
|
|
| Report Abuse |
|
|