i was trying sounds for my game and i found one but i dont want it to be playing right after somone joins the game
i tried:
wait(5)
game.Workspace.Sound:play("sound1")
but it did not work
i was trying sounds for my game and i found one but i dont want it to be playing right after somone joins the game
i tried:
wait(5)
game.Workspace.Sound:play("sound1")
but it did not work
:Play()
function.game.Workspace.Sound:Play()
. Replace “Sound” with the name you gave to the sound element.Thank you so much! I was trying to make that happen for more than 3 weeks
Well you could’ve just looked at the DevHub. This is the article: Sound | Documentation - Roblox Creator Hub
In any case, glad I could help!
Thank you, i really appreciate it