Does using Instance.new() lag more than using the :Clone() function?

Instance.new actually lags less than clone but you shouldn’t use either for effects with many parts. You should try to use PartCache:

Extra info: :Clone() or :Instance.New()? - #4 by pobammer

1 Like