|
| 14 May 2016 11:43 PM |
function copy() script.Sound:Clone().Parent = game.Players.LocalPlayer.PlayerGui wait(.1) game.Players.LocalPlayer.PlayerGui:findFirstChild("Sound"):Play() end
script.Parent.MouseButton1Click:connect(copy)
I get error message
00:43:28.942 - Sound failed to load Players.Player1.PlayerGui.Sound : 377835896
Help Please!
|
|
|
| Report Abuse |
|
|
| 14 May 2016 11:55 PM |
| Try using 'rbxassetid://377835895' instead and see if it works. |
|
|
| Report Abuse |
|