so uh is it possible to make a hidden leaderstat, like a leaderstat but not shown in leaderboard, for example, blox fruits, the level is always. saved, but not shown in leaderboard
change the name of leaderstats to something else , like stats and etc …
i dont want players to see it in the leaderborad
That’s what you asked for. Change the folder name leaderstats
to something else.
so if i change the folder name it will be a leaderstat but not shown?
so if i wanna find a stat in a new folder name called example would i do like this, to find the stat “thx” in the leaderstat folder named “EXAMPLEFOLDER”
local example = LocalPlayer:WaitForChild(“EXAMPLEFOLDER”):WaitForChild(“thx”)
Yep, exactly, but I think you don’t need to use WaitForChild
so many times. Since you’ve already got the parent of the folder, it should already exist.
ok, thx a lot i wanted to know this for very long
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.