Provide an overview of:
- What does the code do and what are you not satisfied with?
The code is supose to add Exp to but is say’s that attempt to index with ’ Name ', probrably i need put a .Name
in somewhere, the code basically add Exp to data Exp Player.
local DataOfPlayer = DataStore:WaitForChild("BlindFunction"):Invoke("GetData", Player)
DataStore:WaitForChild("BlindFunction"):Invoke("ChangeData", Player, "EtcMasteryExp", playerData["EtcMasteryExp"] + (math.random(1, 10)))
Thanks.