Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do you see a folder that you can only access by testing your game, is there a fix?

Asked by 3 years ago
Edited 3 years ago

I'm trying to get the leader stats folder in my game but I can only access it when I test it, is there any possible way to see the folder without testing the game? (if this does not count as a scripting question please tell me in the comments so I can delete the question)

1
I am remodeling a free game roblox gives you and I do not know where the script is Haker902c 18 — 3y
1
ok so, its impossible unless I find the script? Haker902c 18 — 3y
0
I edited my answer. Are there any values other than player name in the game already when you test it? Torren_Mr 334 — 3y
1
Yes Haker902c 18 — 3y
View all comments (3 more)
0
Alright, then you do need to find the script, you can still look at the link I gave you to see what the script would look like. It can be in workspace or ServerScriptStorage. Torren_Mr 334 — 3y
1
I found out how to get to the leader stats, you go on the server_main script, anyways thanks for the help! Haker902c 18 — 3y
0
No problem! Torren_Mr 334 — 3y

2 answers

Log in to vote
0
Answered by
Torren_Mr 334 Moderation Voter
3 years ago
Edited 3 years ago

Well, let me guess, you are using a script to make the folder, as you should. I don't see any reason why you should need to see it when not testing, you can modify it all in the script, post the script and tell us what you want to change if you want to change something.

It's possible that you don't have a script. To learn more about how to make one read this: https://developer.roblox.com/en-us/articles/Leaderboards

Ad
Log in to vote
0
Answered by
Lyphios 77
3 years ago

If you're using the default roblox LinkedLeaderboard then the leaderstats shouldn't be a folder, I think it's a stringvalue, it's some type of value anyway. But what you're asking can't really be done because the leaderstats is only created when a player joins. You could try play testing and then switching to the server side, but I'm not really sure if that'll do what you need.

Answer this question