First thing I’d tell you is that if you’re using Color3 values which go to 255, use Color3.fromRGB, not Color3.new. Also, I don’t know what “methods” module is and it doesn’t look like it’s doing anything useful to you, just use the simple TweenService roblox already has
Right, perhaps it’s good but I don’t know what it is, so there’s no way to analyze your code and see if there’s an issue with it when it comes to your use of the module.
It’s nothing to do with the module it’s probably the Color3.new problem, also Im using the module other places and it’s working so its obviously not the module
Okay then yeah try to fix the color3 problem, see if that changes anything, but my guess is that this isn’t the problem, because if the Tween worked probably then it would just appear that the color is instantly changing to white, but you’re saying that the tween isn’t working at all which makes me think it’s not changing color at all.
Oh wait, I see the problem. Do still change the color thing, but you did Enum.EasingStyle twice in a row when you should’ve had Enum.EasingDirection after the first Enum.EasingStyle
You should actually show the Tween function in the module. It seems as if the code to run the function is fine (after corrections), so I assume the problem has to be in the module’s function itself
Check your entire output for errors pertaining to the script. Post the updated code of the module’s function and calling the function in the other scrip
@Crazycat4360 He is actually playing the tween, so that’s not the issue here @OP’s code: