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 my game? (DBZ game) [closed]

Asked by 6 years ago

Please include the code which you are trying to use, so the community will be better-equipped to help you with your problem.

Please give me a code for my game because i dont know scripting and im trying to watch tutorials and i dont understand anything

Thanks - SquidoTV

0
Elaborate on your "question'. arshad145 392 — 6y
0
Learn Scripting At The Roblox Wiki Or Watch Scripting Tutorials On Youtube I Prefer Roblox , PeasFactory , SpooksHD. Good Luck Learning :D CapRocksCR -3 — 6y
0
@CapRocks, also: AlvinBLOX and CodeTherum thesit123 509 — 6y

Closed as Not Constructive by User#5423 and shayner32

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 6 years ago

--//Put this in workspace and since your new its kinda basic

game.Players.PlayerAdded:connect(function(plr) local stats = Instance.new('IntValue',plr) stats.Name = 'leaderstats' local Money = Instance.new('IntValue',stats) Money.Name = 'Money' Money.Value = 10 end) --// u cand add more if you want and you can change the value of money but dont change --leaderstats

0
--// u can add more if you want and you can change the value of money but dont change leaderstats SilverBunny_Gd -7 — 6y
Ad