How to make a bridge appear and change properties when a button is clicked?
So what I'm trying to do is make the pink bridge change some properties when the button (with clickdetector obviously) is clicked. However, for some reason it does not work. Strange, my scripts are pretty much like that all the time and they always work without question. Anyway.
3 | game.Workspace.HPinkBridge.CanCollide = false |
5 | game.Workspace.HPinkBridge.Transparency = 0.6 |
9 | script.Parent.ClickDetector.MouseClick:connect(Click) |
There's no reason why it shouldn't work? Any ideas?