of     1   

CrazyBANANA69420
#228357978Sunday, December 03, 2017 1:44 AM GMT

So, I want to make it so that when a button is pressed, a union part will be changed to change the transparency to 1 and cancollide to ## ### ##### and button are inside the same model. Does anyone have any idea of what i should script?
CrazyBANANA69420
#228358193Sunday, December 03, 2017 1:49 AM GMT

So, I want to make it so that when a button is pressed, a union part will change the transparency to 1 and cancollide to O . the union and button are inside the same model. Does anyone have any idea of what i should script?
retracee
#228358362Sunday, December 03, 2017 1:52 AM GMT

add a click detector in the object and a script: function onClicked() script.parent.Transparency=1 script.Parent.CanCollide=false end script.Parent.ClickDetector.MouseClick:connect(onClicked)
decla123
#228361101Sunday, December 03, 2017 3:07 AM GMT

don't forget to anchor it :P

    of     1