TweenService breaking in my experience

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.

is that the roblox default camera? if is then its impossible i think not really

It is the Roblox’s default camera, but what do you mean by impossible?

its impossible to make it to be transparent, only if you find the line that changes the player bodypart instntaly to invisible which is 1

i am not really sure abt the information, but it should work

thats why you should always check all the stuff before posting something on devforum, the solution was your own character model

It’s possible in one way, use local script to change body transparency not modifier