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

Sounds Plays when you enter a game [Easy Script?] [closed]

Asked by 5 years ago

I need a scripts that plays a sound when you enter a game (Only you can hear it)

Closed as Not Constructive by green271 and User#19524

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 5 years ago
Edited 5 years ago

sound = Instance.new("Sound", game.StarterPlayer.StarterPlayerScripts)

sound.Id = "..." sound:Play()

Ad