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

Hey so I was wondering how to put a money system on a GUI? [closed]

Asked by 3 years ago

How do I make it so I have a textlabel and I want that text label to say how much money someone has, I also want there money to go up 50 per minute?

0
So not do* SDvacation10 21 — 3y
0
Learn about leaderstats, guis, :GetPropertyChangedSignal for detecting changes to the money (on the client to update the gui), abbriveating currency, and while wait() do. Also if you don't have photoshop for guis, then you can use photopea on any browser. Here are some links to get you started:                                                    Abbrivating Currency: https://www.youtube.com/watch?v IceyTazeForLife 253 — 3y
0
So I tried local Cash = script.Parent.Parent.Parent.Parent.leaderstats.Cash Cash.Changed:connect(function() script.Parent.Text = Cash.Value Cash.Value = 0 wait(60) Cash.Value = Cash.Value + 50 end) SDvacation10 21 — 3y

Closed as Too Broad by User#23252

This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.

Why was this question closed?