How do I make the position of a block move onClick?
This is my script:
2 | Door = script.parent.parent.Door |
3 | script.Parent.onClicked:connect(Vector 3. new( 35.1 , 4.7 , - 1.3 ) |
5 | script.Parent.ClickDetector.MouseClick:connect(onClicked) |
It's my first script, so I have no idea how to do this.
The numbers in Vector3.new(35.1, 4.7, -1.3) are the coordinates of the position I want the part to move to when it is clicked. Could anybody fix this script so it works?
I haven't tried anything else because I have no idea what I could do.