I have been trying with the code I have to make a door model move. Here is the code:
wait(4) game.Workspace.Door1.Rotation = Vector3.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.
wait(4) workspace.Door1:FindFirstChildWhichisA("Part").Rotation = Vector3.new(-773.463, 1683.242, 374)