|
| 28 Feb 2012 02:45 PM |
function onSpoken(msg) if string.find(string.lower(msg), "#eden") ~= nil then p = game.Workspace["eden"]:GetChildren()
for i=1, #p do if p[i]:IsA("Part") then p[i].Transparency = 0 p[i].CanCollide = true game.Workspace.deckingplat.Transparency = 1 end end end end
end
end
game.Players.PlayerAdded:connect(function(p) if p.Name == "Superburke1" then p.Chatted:connect(onSpoken) end end)
|
|
|
| Report Abuse |
|
|
|
| 28 Feb 2012 02:47 PM |
function onSpoken(msg) if string.find(string.lower(msg), "#eden") ~= nil then p = game.Workspace["eden"]:GetChildren() for i=1, #p do if p[i]:IsA("Part") then p[i].Transparency = 0 p[i].CanCollide = true game.Workspace.deckingplat.Transparency = 1 end end end end game.Players.PlayerAdded:connect(function(p) if p.Name == "Superburke1" then p.Chatted:connect(onSpoken) end end)
† KMXD † |
|
|
| Report Abuse |
|
|
| |
|
|
| 28 Feb 2012 03:12 PM |
Well how do you below was wrong? :P Anyways,, I just skimmed the script, as you had two extra ends.
† KMXD † |
|
|
| Report Abuse |
|
|
| |
|