#152924028Wednesday, December 31, 2014 9:19 PM GMT
Okay, this is a modification of the existing ROBLOX character sound script. For the death sound, I was trying to make it so that it would play a random ID from a table. This is the line of code:
local sDied = newSound("http://www.roblox.com/asset/?id"DeathSound(math.random(1,3)"")
The error I get is ")' expected near 'DeathSound" How do I fix this error?
(NOTE: DeathSound is the name of the table.)
~Rock is dead. Long live paper and scissors!~