Lag Spike when bringing parts from ServerStorage

Hello!

So I’ve had this issue since starting the development of my game. Basically I’m getting a lag spike when moving about 5 models with probably about 200 parts altogether. Obviously I’m kind of expecting it to have a little lag spike but is there any way I can optimize the game to make it not have quite an impact when rendering. Also it does the same when changing part transparency or color which was annoying since I’m making a concert game and the lights are a big part of it. The script is pretty straight forward. Basically just moving the model from storage to workspace or changing the transparency.

I’ve tried looking everywhere and can’t find anything that’ll help. Any ideas?

Thank you :slight_smile:

1 Like

Try doing wait functions between moving the models.

I tried wait functions between them and it’s still the same sadly.