drc3
|
  |
| Joined: 14 Aug 2009 |
| Total Posts: 1284 |
|
|
| 22 Aug 2015 03:12 PM |
Can someone help me make this work, I don't know why it won't.
game.Players.PlayerAdded:connect(function(plr) local s = Instance.new("Sound", plr:WaitForChild("PlayerGui")) s.SoundId = "rbxassetid://279814081" s:Play() wait(sound.TimeLength) end) sound.Ended:connect(function() local s2 = Instance.new('Sound', plr:WaitForChild("PlayerGui")) s2.SoundId = 'rbxassetid://234174965' s2.Looped = true s2:Play() end) |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2015 03:13 PM |
| You're using a variable called s, but then calling the variable Sound. I'm confused. D: |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2015 03:15 PM |
| A Cupcake is a small cake baked in a cup-shaped container and typically iced. it tastes good |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2015 03:16 PM |
| Sound can be really screwy. |
|
|
| Report Abuse |
|
|
drc3
|
  |
| Joined: 14 Aug 2009 |
| Total Posts: 1284 |
|
|
| 22 Aug 2015 03:22 PM |
| sound is weird, and the first sound plays, but the second one never does. |
|
|
| Report Abuse |
|
|
drc3
|
  |
| Joined: 14 Aug 2009 |
| Total Posts: 1284 |
|
| |
|
|
| 22 Aug 2015 07:43 PM |
Here, take this. It was made by my group. It works great for me, and I hope you will find the same outcome.
http://web.roblox.com/Battlerich-Music-Player-v1-2-item?id=255751190 |
|
|
| Report Abuse |
|
|