Hi guys!
function playgamesong() local gamesong = game.Workspace.GameMusic:GetChildren() randomgamesong = gamesong[math.random(1,#gamesong)] randomgamesong:Play() end
This function usually works, but when I run it, it randomly says: Play( )is not a valid member of playgamesong()
Any ideas? Thanks
Only idea I can think is there's a child inside the model that's not a sound.