I have been trying with the code I have to make a door model move. Here is the code:
1 | wait( 4 ) |
2 | game.Workspace.Door 1. Rotation = Vector 3. new(- 773.463 , 1683.242 , 374 ) |
When I run the game, the script does not work. Can someone ind the error?
if there is only one part in the model, use this method.
1 | wait( 4 ) |
2 | workspace.Door 1 :FindFirstChildWhichisA( "Part" ).Rotation = Vector 3. new(- 773.463 , 1683.242 , 374 ) |