Yeah, title says it all
I require an answer to this question, I request help great masters of scripting
Yeah, title says it all
I require an answer to this question, I request help great masters of scripting
What do you mean “How many instances”?
Like how many can I create instantly using Instance.new
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
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
Ok
This text will be blurred
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?
Well the only limit is how much instances the server can handle before it crashes so you could definitely add a lot.
How much do you think?
This text will be blurred
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.
Ok, well thanks for your help
This text will be blurred
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.