|
| 24 Jul 2014 10:17 AM |
x = game.Workspace.kevincatssing.Head:GetChildren() for i=1,#x do if x[i].ClassName == "Sound" then if x[i].SoundId == "rbxasset://sounds/bfsl-minifigfoots1.mp3" then x[i].SoundId = "http://www.roblox.com/asset?id=145570864" x[i].SoundId.Volume = "0.005" end end end
Did I do something wrong? |
|
|
| Report Abuse |
|
|
|
| 24 Jul 2014 10:18 AM |
| x[i].SoundId.Volume = 0.005 |
|
|
| Report Abuse |
|
|
|
| 24 Jul 2014 10:27 AM |
Ok but I rechecked the properties and fixed the thingy
x = game.Workspace.kevincatssing.Head:GetChildren() for i=1,#x do if x[i].ClassName == "Sound" then if x[i].SoundId == "rbxasset://sounds/bfsl-minifigfoots1.mp3" then x[i].SoundId = "http://www.roblox.com/asset?id=145570864" if x[i].Volume == .5 then x[i].Volume = .005 end end end end
this should work but it doesn't
whai qq |
|
|
| Report Abuse |
|
|
| |
|