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

How do i make a Stats Gui for a fighting game? Not leaderboard

Asked by 6 years ago
Edited 6 years ago

How do i make a stats Gui? Like for a fighting game that i need to put Points to my stats To increase my strength and stuff...

0
you can save your stats in the player and have the gui update when they change Kyokamii 133 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

create a folder called something like "stats" in ServerStorage and within that a folder called "ROBLOX" , fill this folder with all of the stats you want to be displayed as number/int values. Simply replicate this "ROBLOX" folder when a player enters but name it something like "player_" .. player.UserId

Once you've got that just make the Gui and fill the text labels with the values from the appropriate value :)

Ad

Answer this question