of     1   

inellipsale
#160955198Sunday, April 26, 2015 3:03 AM GMT

I tried game.Players.PlayerAdded:connect(function(x) local z = x.Character.Sound:Clone() z.Parent = game.ServerStorage local y = x.Character.Head for i, v in pairs(y) do if v.ClassName == "Sound" then v:Destroy() end end end) and it didn't work and gave me (Workspace.Script:2: attempt to index field 'Character' (a nil value)) in the output
UnknownRBLXian
#160955305Sunday, April 26, 2015 3:04 AM GMT

Wrong forum section get out ( ͡° ͜ʖ ͡°)
inellipsale
#160956674Sunday, April 26, 2015 3:24 AM GMT

what would be the right forum section?
Vexaro
#160970586Sunday, April 26, 2015 8:16 AM GMT

it would be scripters -.-

    of     1