I need my audio to start playing 10 seconds after some one joins my game. help needed! Please include script in your answer! thx!
I am not going to do it for you, you won't learn if I do that. I will walk you through it though.
game.Players.PlayerAdded:connect(function() -- When a player enters wait (10) end)
After that you might want to Insert a new audio file using Audio = (Instance.new ("Sound", ) Make sure you put its parent
Sound has many properties. Make sure you check them out.
Sound links that will help you:
http://wiki.roblox.com/index.php?title=API:Class/Sound http://wiki.roblox.com/index.php?title=Sounds
Hope this helps.
Closed as Not Constructive by M39a9am3R
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?