Ok so this is my script to load the saved values --
print 'Loaded'
ex.Value = DataStore:GetAsync(key),1
money.Value = DataStore:GetAsync(key),2
but everytime it loads, money.Value turns into ex.Value
for example, if i go and test it and ex.Value is 99, and money.value = 0
i leave then come back, it saved, but the values are ex.Value = 99, and money.Value = 99, WHAT AM I DOING WRONG!!!!! ive been trying to figure this out for days
please help :i
|