#Can someone help me use ProfileStore

1 messages · Page 1 of 1 (latest)

viscid eagle
#

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

neat portal
#

maybe this helps

viscid eagle
#

lemme ee

#

see*

#

i am new so tell me if i did it wrong

neat portal
#

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)
viscid eagle
#

k ill try

viscid eagle
#

can i screen share