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

PLEASE HELP!! [closed]

Asked by 10 years ago

How to fix an music when owner enter. So it comes music when I enter my game? how can i fix it please pm me!

0
Give us your code, we can't fix anything if you don't... Freemium 110 — 10y

Closed as Not Constructive by evaera

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?

2 answers

Log in to vote
0
Answered by
Freemium 110
10 years ago

Follow these instructions to insert Audio into workspace. Then insert a script and paste this into it.

game.Players.PlayerAdded:connect(function(player)
    if player.Name == "jacksonoi" then
        game.Workspace.Sound:Play()
    end
end)
Ad
Log in to vote
-1
Answered by 10 years ago

sry for answer putting not comments, its cos I cant comment cos of my reputation... so anyways, u say u put music in GUI and then it shouldnt be playing wen u dont want it to? anyways, list the script its in so we could help...