TweenService seems to be breaking in my experience. As you can see in the video, when I zoom in, the transparency tween isn’t smooth.
I noticed this because I was tweening a part’s transparency on both server/client side and the tween seems to only show the end result after the tween time. I have tried rejoining and restarting Studio, but this problem is still happening.
It only seems to affect this particular experience, as I checked another experience and the tweening was fine. Could there be any settings that I accidentally modified? Thank you for helping!
don’t use tween service to do that, try to get interpolation beetween camera and player and then manipulate the percent of interpolation to get transparency, remember to do it on client and use while loop with wait(1/20) to get the best results without lags
I didn’t use TweenService to “do” it, that’s just Roblox’s normal first person cam zoom transparency thing they have. What’s happening is that the tween service in my game is breaking, affect both normal transparency tween and that cam zoom tween.