| |
|
BaconSoap
|
  |
| Joined: 12 Sep 2010 |
| Total Posts: 1882 |
|
|
| 16 Jun 2014 01:32 AM |
Sorry but based on the script written before the second one, it seems you'd know this, but write this instead..
local sound = Instance.new("Sound") sound.SoundId = "http://www.roblox.com/asset/?id=130792175" sound.Parent = game.Workspace.Activate local soundblock = game.Workspace.Activate soundblock.Touched:connect(function(hit) if hit then sound:Play() end) |
|
|
| Report Abuse |
|
|
| |
|
BaconSoap
|
  |
| Joined: 12 Sep 2010 |
| Total Posts: 1882 |
|
|
| 16 Jun 2014 01:40 AM |
| Ah, someone else created the code, I see. No problem. :) |
|
|
| Report Abuse |
|
|
| |
|