#Help creating a money system

1 messages · Page 1 of 1 (latest)

lofty wagon
#

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.

rancid flower
#

Money = 10

lofty wagon
#

...

rancid flower
#

Money = 10
Textlabel.Text = "Money: " .. Money

gritty atlas
#

local money = 10
Textlable.Text = "$" .. Money