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

How do you play sound? [closed]

Asked by 9 years ago

How do you make a script that can play sound and loop?

Closed as Not Constructive by User#5978 and Shawnyg

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?

1 answer

Log in to vote
0
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
9 years ago

Before I close this question, I'll say this:

  1. There's a property of sound called Looped
  2. You can play a sound with :Play(). game.Workspace.Sound:Play()
Ad