#tween gets overidden (please help)

1 messages · Page 1 of 1 (latest)

sand apex
#

I'm making a building system and whenever ur mouse move i tween it to ur mouse position and whenever u press R u rotate the object, like a typical building system but whenever i rotate then move the the rotate tween gets overridden and is stuck on whatever rotation it was in, have to use CFrame since its a model also, any help is appreciated!

sand apex
#

tween gets overidden (please help)

naive fern
#

Are you Pausing / Cancelling the other tweens at all anywhere?

#

Essentially you're making a tween for Mouse Moving, and also one for rotating, so you can see they would surely override if cancelling / pausing isn't done