Datastore doesnt work

I’m not great with tables so try changing your success block to one of these things:

This is the way the post above me did it so try this first

		Kills.Value = data["Kills"]
		Time.Value = data["Time"]

If that doesn’t load it, try

		Kills.Value = data.Kills
		Time.Value = data.Time

The rest of your script looks fine to me so this is the only thing I can really think of

This one doesn’t work, i have the logs if needed but the data doesnt load.
image
image

That didnt work aswell, the script should work though, i have no idea why

The first solution actually worked, thank you so much!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.