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

How to assign hidden values to the player?

Asked by 5 years ago
Edited 5 years ago

I want to make some status bar but I don't want the values of for example stamina or exp on my leaderboard which I have already made. Let's say I have a player whose max stamina is 335. First, I would have to make a stamina bar GUI but that's irrelevant to my question. The question is how would I assign this IntValue of 335 to the player without putting it on my leaderboard visibly? Where would I assign it?

1 answer

Log in to vote
0
Answered by 5 years ago

you can put an IntValue in the Gui of the player there you can access it easy and it wont be visible

1
This is not a good idea, dont do this. DinozCreates 1070 — 5y
0
I just stick the values directly into the player tictac67 96 — 5y
0
Why is this not a good idea? Mariojumper5 26 — 5y
0
Dinoz is right, server scripts wouldn't be able to access the gui when in PlayerGui. That is not what he meant by "hidden" values lol GoldAngelInDisguise 297 — 5y
View all comments (2 more)
0
Okay I get it now. Mariojumper5 26 — 5y
0
Why was this answer accepted? Was that actually what he wanted? GoldAngelInDisguise 297 — 5y
Ad

Answer this question