Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Will an overuse of TweenService cause server/client lag?

Asked by 5 years ago

Hi, I was thinking about adding floating coins in my game with a small hover animation. I was wondering if it would be better if I made each coin 2 parts with an AnimationController to create a hover effect, or if I created a new tween using TweenService for each coin to simulate this effect.

I feel like if I have 200+ coins all being tweened at the same time, it will cause major lag. Any inputs? Thanks!

0
I used tweenservice to tween the color of a part and it was causing lots of sever lag. Shadrz 40 — 5y
0
theres an easy way to do this, just use cframe/vector3 LoganboyInCO 150 — 5y

1 answer

Log in to vote
1
Answered by
metryy 306 Moderation Voter
5 years ago

You should be handling the coin animations on the client instead of on the server so that it doesn't cause any lag to the server. Hope this helps :)

Ad

Answer this question