Kramer777
|
  |
| Joined: 07 Sep 2013 |
| Total Posts: 14696 |
|
|
| 02 Jul 2016 10:28 AM |
Sorry, I'm still new to scripting. See, I want this audio to play constantly if the value is true, but it keeps turning off and on. How would I fix that in a script like this?
while true do if script.Parent.Parent.Parent.Parent.Parent.Dead.Value == true then script.Parent:Play() else if script.Parent.Parent.Parent.Parent.Parent.Dead.Value == false then script.Parent:Stop() end wait() end wait() end |
|
|
| Report Abuse |
|
Kramer777
|
  |
| Joined: 07 Sep 2013 |
| Total Posts: 14696 |
|
| |
Kramer777
|
  |
| Joined: 07 Sep 2013 |
| Total Posts: 14696 |
|
| |