#Help creating a money system
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I'm new to scripting in roblox. How can I add a money variable that can be displayed in a Text Label? And what short "universal" script can I add to change this variable? Hard to explain as a noob.
Money = 10
...
Money = 10
Textlabel.Text = "Money: " .. Money
local money = 10
Textlable.Text = "$" .. Money