|
| 06 Apr 2017 09:50 AM |
SoundGui = game.StarterGui.ScreenGui TextButton = game.StarterGui.ScreenGui.TextButton
Sounds = script:GetChildren()
game.Players.PlayerAdded:connect(function(player) for i,v in pairs (Sounds) do v.Parent = player.PlayerGui end TextButton.MouseButton1Down:connect(function(Player) script.Sound1:Play() end) end)
Why does it not work? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|