I made a text label and a number value and basically what I am trying to do is make my text label's text = the number value's value, reason for I am making in game currency.. I made a script already but the .changed:connect will not work!
Value.Changed:Connect(function() textlabel.Text = Value.Value end)
This is a localscript placed in the startergui and the Value before the .Changed is referencing the number value itself not any of its properties.