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

How To Add A Sound To A NPC?

Asked by 4 years ago

Hello, I'm just asking how to add a sound to an npc so when anyone joins the sound starts playing from the npc and people will hear it thank you!

~Symentor

0
Will the player that joined only hear it or, everyone would hear it? jakeovi -1 — 4y
0
Just insert sound in the NPC TheInternetMemer 40 — 4y
0
He said "when anyone joins the sound starts playing from the npc" jakeovi -1 — 4y

1 answer

Log in to vote
0
Answered by
jakeovi -1
4 years ago
function PlayerAdded(playeradded)
    --your code here i'll put an example
    workspace.Man.Head.Sound:Play()
end
game.Players.PlayerAdded:Connect(PlayerAdded)

Stay safe from covid-19!

Ad

Answer this question