The thing that I don’t understand about the datastore for leaderstats and leaderboard is that the name of both datastore has to be the different and how are they able to link with each other? cause when i only changed the name for leaderstats to reset the leaderboard, the leaderboard did not clear itself based on the new datastore i made for the leaderstats… Im new and confused how this work. because my leaderboard still shows the old result
Leaderboard
local Leaderboard = DataStoreService:GetOrderedDataStore("PlayerLeaderboard")
Leaderstats
local DataStore = DataStoreService:GetDataStore("Playerstats)