Hello again forum, today’s question is what if i need to change tweening speed - what should i do?
• Is there way to change values nonstop?
• Is there way to pause and change values?
• If I need to fire new tweenservice, How can I cancel current tweenservice and keep part in final position?
TweenService does not let you change variables for a tween once it has been created. If you wish to change the tween variables, you can pause the tween and then create a new tween with any modified values.