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

How to know total amount of obbies beaten using Data Stores?

Asked by 4 years ago

From older question, someone answered me and it was how i needed it, now the thing is to know is how do i know total amount of obbies beaten

dataStore = game:GetService("DataStoreService")
obbyStore1 = dataStore:GetDataStore("ObbyStore1")
obbyStore2 = dataStore:GetDataStore("ObbyStore2")
0
Use an IntValue to count how many obbies the player has beaten, then data store the value. DeceptiveCaster 3761 — 4y
0
hmmmm, i should try this megamanyoutuber 25 — 4y
0
it worked, but value doesn't increase megamanyoutuber 25 — 4y

Answer this question