|
| 28 Jul 2012 04:58 PM |
So I've beeen away for awhile and fogot how to script could you help me know whats wrong with this global script ?
script.Parent.ClickDetector.MouseClick:connect(function() if script.Parent.CanCollied = _G.Closed then script.Parent.CanCollide = _G.Open else script.Parent.CanCollide = G.Closed end end)
|
|
|
| Report Abuse |
|
|
|
| 28 Jul 2012 04:59 PM |
script.Parent.ClickDetector.MouseClick:connect(function() if script.Parent.CanCollide == true then script.Parent.CanCollide = false else script.Parent.CanCollide = true end end) |
|
|
| Report Abuse |
|
|
|
| 28 Jul 2012 05:01 PM |
| OMG Yes I can't belive I forgot that |
|
|
| Report Abuse |
|
|
| |
|