Door Rotation not fast enough; for loop too slow

Yes, this is because of how the Task Scheduler works you can wait() for a minimum of 0.03 seconds. Instead you should be using TweenService to handle this movement. This would let you get rid of a the for loop.

1 Like