Hey, Could anyone be willing to help me with a script? I kinda need to know a script that can make a Roblox audio play every couple of minutes! (I’m mostly a Builder not Scripter.)
You could use wait()? I’m not much of a scripter either but I guess you can have the regular audio playing script, and then have a wait()
You could use os.time
between each wait. After you have that, just :Play() your audio.
I dont get it, I’s there like a script model i can take or like a copy and paste script?
There are multiple tutorials on YouTube that can help you with os.time.
Oh! That’s epic! I’ve been looking for it but couldn’t find any, Thanks!
The scripting support category is not intended to spoon feed you, we help people to debug and fix their code. You can try researching yourself, but here’s some API refs:
Roblox Globals | Documentation - Roblox Creator Hub (specially the wait function)
You can read these and find some properties, functions, events and etc. that can be used
EDIT: Also search for while
loops
while wait(120) do
game.Workspace.Sound:Play()
Thats the only solution I can think of.
Hey Reis, I need the same thing. Thanks @Raretendoblox for the link!
Yeah! It would be really helpful in my ETIIFM game and it would help your IOF game too!