Pics: https://gyazo.com/faab1b7663ed76b581e7f1d94ef712a1
When I made a Door, Unioned, I made code to move the door:(Gif for it in link)
1 | local Door = script.Parent |
2 |
3 | hum = script.Parent.Parent:FindFirstChild( "Humanoid" ) |
4 |
5 | if hum then |
6 |
7 | local RotationAngle = Vector 3. new(- 768.667 , 1683.29 , 365.36 ) |
8 | Door = RotationAngle |
9 | end |
When run, nothing happens.
What Happend?