#What's going on and why do I get an error?
1 messages · Page 1 of 1 (latest)
This error happens when the code just takes too long to run
You shouldnt need to put the tween under a while loop
once the tween has been played once it will carry out the whole motion by itself without you needing to replay it every frame if thats what you were trying to do
see what happens when you remove the while loop
THANKYOU
For more concept you cant have something loop continuously with nothing in the script that makes it pause (like wait(1)). It crashes as it tries to loop as fast as it can
Ohh Bet Thankyouu