Advertisement
bennytrt2

ancestor datasize teller

Jan 27th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. local Data=game:GetService("ReplicatedStorage").LoadSaveRequests.GetMetaData:InvokeServer(game.Players.LocalPlayer);-->Supports any player in server;
  2. for i,v in next,Data do
  3. local SlotID=tostring(i);
  4. local SlotData=v;
  5. xpcall(function()
  6. print('Slot: '..SlotID..' is datasize '..tostring(SlotData.SaveMeta[1].NumKeys));
  7. end,function()warn('No Data found for slot '..SlotID)end);
  8. end;
  9.  
  10.  
  11.  
  12.  
  13. tells you what datasize all your plots are but you can also check other player's
  14.  
  15. script creator Ancestor#4476
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement