Elitecyro
|
  |
| Joined: 23 Oct 2013 |
| Total Posts: 1972 |
|
|
| 09 Dec 2014 04:29 PM |
I need a sound script that isn't global and each person has there own sound playing just for them (Don't know what that's called) I don't script so does anyone know one I could use?
I know i'm bad |
|
|
| Report Abuse |
|
|
|
| 09 Dec 2014 04:30 PM |
| Local sound can be played from a GUI... |
|
|
| Report Abuse |
|
|
KLGA
|
  |
| Joined: 19 Apr 2014 |
| Total Posts: 2571 |
|
|
| 09 Dec 2014 04:30 PM |
local player = game.Players.LocalPlayer local sound = Instance.new("Sound") sound.Parent = player.PlayerGui sound.SoundId = "http://www.roblox.com/asset/?id=15666462" sound:Play() |
|
|
| Report Abuse |
|
|