|
| 26 Oct 2014 01:02 PM |
| I need a brick that when you click it, it makes a different brick uncancollided and when you click it again its can-collided |
|
|
| Report Abuse |
|
|
|
| 26 Oct 2014 01:03 PM |
| I know you guys are going to tell me to do it myself but I can't even script.. |
|
|
| Report Abuse |
|
|
| |
|
|
| 26 Oct 2014 01:17 PM |
local part1 = YOUR_PART_HERE local part2 = YOUR_PART_HERE --Insert a clickdetector into part1
part1.ClickDetector.MouseClick:connect(function() part2.CanCollide=not part2.CanCollide end) |
|
|
| Report Abuse |
|
|
|
| 26 Oct 2014 01:20 PM |
| whats the "notpart2" phrase mean though? |
|
|
| Report Abuse |
|
|