How many instances can be created with Instance.new()?

Yeah, title says it all

I require an answer to this question, I request help great masters of scripting

3 Likes

What do you mean “How many instances”?

2 Likes

Like how many can I create instantly using Instance.new

2 Likes

You can only make one Instance at a time using Instance.new. However, if you want to, you can create a function to bulk create Instances

2 Likes

You can only create one since it’s Instance.new() and not Instances.new(). You can use loops if you want to create multiple Instances

2 Likes

Ok :face_with_raised_eyebrow:

This text will be blurred

2 Likes

I know that I can only create one, my question is if I were to use instance.new a lot which creates a lot of instances at the same times, what would the limit be?

2 Likes

Well the only limit is how much instances the server can handle before it crashes so you could definitely add a lot.

3 Likes

How much do you think?

This text will be blurred

1 Like

Hmm… maybe thousands to hundreds of thousands of Instances. The server might still run but it would start to lag on some devices that it won’t be playable anymore.

1 Like

Ok, well thanks for your help

This text will be blurred

2 Likes

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