#Can someone help me use ProfileStore
1 messages · Page 1 of 1 (latest)
this is all my code
ive not touched ProfileStore
its suppose to also say what i have in the output, which is 10 sheckles and () inventory
GitHub
Contribute to zyos73/resources development by creating an account on GitHub.
maybe this helps
lemme ee
see*
i did it like this, nothing much happened
i am new so tell me if i did it wrong
you need to run .init if you use my api
then you can get profiles via .GetProfile(pl) or data with .GetData(pl)
to update data you can do
.Update(pl, function(data)
data.Coins += 10
data.Level += 5
end)
k ill try
can i screen share