#What's going on and why do I get an error?

1 messages · Page 1 of 1 (latest)

ebon crescent
#

Im a Beginner.......

#

What's going on and why do I get an error?

latent dragon
#

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

latent dragon
ebon crescent
median glen
# ebon crescent 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

median glen
#

Ye

#

The script would work if u have wait() or smt inside the loop