Tweening Error?

Hello, I assume that this is the correct subject to put this type of error into.

The tween is working, and all code is working properly, however the Tweened color is not being displayed until the final moment the tween ends.

Is there any advice, I have tried looking up the error, however I have came to no success.

CODE:

DELETED CODE BECAUSE ITS APART OF MY GAME

Tone is a module full of RGB values, p2 = Table index

How are we supposed to help you without the code?

I have added the code, thank you for letting me know!

I think the problem is that normal body parts get their color from a special BodyColors object, not from the part’s Color property. So to change it smoothly, you need to tween the BodyColors colors for the body parts and set UsePartColor = true on custom parts before changing their Color.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.