Should I create tweens when the player joins

Hello, so I create tweens as soon as the player joins (on the client), is this a good practise or not?

This means I can just do Tween:Play() whenever I want instead of creating tweens whenever I need to use them.

Is this a good idea or not?

If you are using them multiple times, then this is a good practice from my experience. It’ll make your code clean and I believe it is more optimized.

2 Likes

Yeah I am using them a lot, I just wanted to double check to make sure that it is a good approach

Thanks for the reply

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