Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

DataStore - OnUpdate event limits?

Asked by
davness 376 Moderation Voter
7 years ago

The intention here is just to get a query clarified.

According to the Roblox Tutorial on DataStores, it is said that the OnUpdate() event has a limited request budget - along with all the methods - that is renewed every minute.

I'm planning to use single-player servers for this project so the limit is 35 requests/minute

Does that mean I can make up to 35 connections per minute? OR does it mean the sum of all the times all the OnUpdate events fire in one minute must be below 35?

Thanks in advance, dav1000999

0
It means you can only use OnUpdate() 35 times in a minute connor12260311 383 — 7y

Answer this question