Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

ROBLOX Audio Help?

Asked by 9 years ago

I'm not sure if this has to deal with scripting or not but I'm trying to make it so a brick starts playing an audio when the server is started.. Any suggestions or ideas?

1 answer

Log in to vote
0
Answered by 9 years ago

Do:

script.Parent:Play()

EDIT: if you want it to loop over and over again: do this

script.Parent.Looped = true
  script.Parent:Play()
  
0
Thank you so much, this helped a ton. ImNinja101 0 — 9y
0
your welcome. Don't forget to accept my answer! TroytheDestroyer 75 — 9y
Ad

Answer this question