| |
|
4ef
|
  |
| Joined: 27 May 2013 |
| Total Posts: 5633 |
|
| |
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 04 Apr 2015 05:59 PM |
| 666, JK in all seriousness I'm sure it's a pretty high limit. |
|
|
| Report Abuse |
|
|
|
| 04 Apr 2015 06:02 PM |
I really doubt it's unlimited.
What about 1,000,000 datastores? |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 04 Apr 2015 06:03 PM |
| It doesn't matter you will never have that many data stores. |
|
|
| Report Abuse |
|
|
|
| 04 Apr 2015 06:05 PM |
for i = 1, 1000000 do dataStoreService:GetDataStore(tostring(i)) end
lol rip gonna try this
idk, will it crash if i dont have a wait() ? but if i add a wait() that would take a while
@time i might actually i'm trying something out |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 04 Apr 2015 06:06 PM |
if i % 10 == 0 then wait() end
Also, I'm sure Roblox has a limit on how many you can do so yeah. |
|
|
| Report Abuse |
|
|
|
| 04 Apr 2015 06:12 PM |
i never thought of that for waiting
makes sense |
|
|
| Report Abuse |
|
|
|
| 04 Apr 2015 06:19 PM |
I am thinking of a model to which you can pop 10, check, repeat.
I don't like calling an if 1m times in that scenario just to wait().
|
|
|
| Report Abuse |
|
|