Curosity
|
  |
| Joined: 18 Aug 2010 |
| Total Posts: 1085 |
|
|
| 24 Sep 2015 05:00 PM |
| Really simple question: how would you stop a sound playing? Like if I just did :Play() on it, would I do Stop()? pls help |
|
|
| Report Abuse |
|
|
|
| 24 Sep 2015 05:00 PM |
:Pause() pauses it :Stop() resets/stops it |
|
|
| Report Abuse |
|
|
Curosity
|
  |
| Joined: 18 Aug 2010 |
| Total Posts: 1085 |
|
| |
|
Curosity
|
  |
| Joined: 18 Aug 2010 |
| Total Posts: 1085 |
|
|
| 24 Sep 2015 05:09 PM |
Why doesnt this work?
while true do wait(1)
local music = game.Workspace.Music:GetChildren() song=music[math.random(#music)]:Clone() song:Play() wait(15) song:Stop() wait(31) local music = game.Workspace.Music:GetChildren() song=music[math.random(#music)]:Clone() song:Play() wait(15) song:Stop() wait(31) end |
|
|
| Report Abuse |
|
|