of     1   

ModerationHistory
#139295993Saturday, July 05, 2014 7:22 AM GMT

Please help.!
aidxen
#139297499Saturday, July 05, 2014 7:55 AM GMT

this is scripting helpers. we're not experts in free model admin scripts. not being mean, just saying. maybe try making a chatted function that then plays the music. this should work. if it doesn't i'll edit in studio, it's hard to write a code in the forums lol. game.Players.ChildAdded:connect(function() while true do() wait() game.Players.Chatted:connect(function,message) if message = "play song 1" then game.Workspace.Song1:Play() end end)
aidxen
#139297534Saturday, July 05, 2014 7:55 AM GMT

oops. game.Players.ChildAdded:connect(function() while true do wait() game.Players.Chatted:connect(function,message) if message = "play song 1" then game.Workspace.Song1:Play() end end)
aidxen
#139297577Saturday, July 05, 2014 7:56 AM GMT

oops again game.Players.ChildAdded:connect(function() while true do wait() game.Players.Chatted:connect(function,message) if message = "play song 1" then game.Workspace.Song1:Play() end end end)

    of     1