of     1   

Entdude3
#149901812Sunday, November 16, 2014 9:43 PM GMT

I am trying to make a script that every 30 seconds, will make a sound. I have looked at the wiki, but still can't put something together.
VolcanoINC
#149905769Sunday, November 16, 2014 10:36 PM GMT

If I'm not mistaken, this should be in Scripting Helpers, but here we go: while true do script.Parent.Sound:play() wait(30) end Make sure that the script and the sound instance (named Sound) are in the same instance on the instance tree (i.e. in the same brick/model).
Entdude3
#149907885Sunday, November 16, 2014 11:03 PM GMT

Thanks volcano, I figured it out a few moments after the thread was posted, but thanks anyways :)
RusseAviateur
#149931374Monday, November 17, 2014 4:30 AM GMT

This clearly isn't scripting helpers. Go post all requests on scripting elsewhere on that. thnx

    of     1