Cloning or Changing Transparancy

Hi I’m making a JoJo Game (Very original I know) and was wondering for the stand summon script, would it be more efficient to clone/destroy a Stand model from replicated storage every time someone presses Q or changing the transparency of an already existing model and acting like it isn’t there?

1 Like

If the stand model contains a lot of instances, mostly BaseParts, then it’s better to use transparency, even tho you’d have to loop through all the BaseParts either way.

1 Like