My leaderstats isn't creating a new Intvalue

wait i forgot the other one is localscript so it can not run the datastore to get the lastseen value

You’ll need to use a RemoteEvent to send over the value to the client-side.
Do the DataStore handling on the server.

how would i send the value through a remoteevent? plus again the lastseen value isnt being created at all yet if you forgot

Add prints and see where your code stop.

the code stops right before it makes the lastseen value image
there is not print that is created that appears in the output or console

Does print(“Packoins.Value”) before the first “print(“created”)” work?

I just figured out how to fix it, so yeah im good now thanks though!