How can I add datastores to save my size and leaderboards? All the tutorials I found are not working for me (im not experienced with datastores)
DataStores can save pretty much any value.
To answer your question, yes. It can.
I meant like how could I do it…
So for the leaderboard, follow this tutorial: Roblox Scripting Tutorial: How to Script an Add Point Command - YouTube (ONLY FOLLOW THE LEADERBOARD PART!)
For the size, I am not sure.
Wdym “save my size”???
player size/height ig (charsssss)
DataStore:GetDataStore(“size”):SetAsync(plr.UserId,humanoid.HipHeight) – saves data
DataStore: GetDataStore (“size”):GetAsync(plr.UserId) – returns retrieved data
Can’t send links to wiki since I’m in mobile rn
The developer page about DataStores gives enough information and examples to make one of your own, it explains the functions that exist and what they do so you should check it out.