|
| 06 Feb 2014 08:03 PM |
it prints IT WORKED! but the sound doesent play "Nature" is the sound
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(character) print 'IT WORKED!' game.Players.GetPlayerFromCharacter(character).PlayerGui.Nature:Play() end) end)
|
|
|
| Report Abuse |
|
|
|
| 06 Feb 2014 08:04 PM |
| Heres the ID : http://www.roblox.com/asset/?id=131187945 |
|
|
| Report Abuse |
|
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 06 Feb 2014 08:39 PM |
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(character) player:WaitForChild("PlayerGui"):WaitForChild("Nature"):Play() --just to be safe end) end) |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
jjj344
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 12709 |
|
|
| 07 Feb 2014 07:58 PM |
musicID=(put music ID here)
My ma always said.. life is like a box of chocolates.. *nom nom* never know what you gonna get. |
|
|
| Report Abuse |
|
|
KEVEKEV77
|
  |
| Joined: 12 Mar 2009 |
| Total Posts: 6961 |
|
|
| 07 Feb 2014 07:59 PM |
its colon
game.Players.GetPlayerFromCharacter(character).PlayerGui.Nature:Play() game.Players:GetPlayerFromCharacter(character).PlayerGui.Nature:Play() |
|
|
| Report Abuse |
|
|