I'm trying to make a timer, but it isn't working. Number values aren't working either. Why is this?
Asked by
6 years ago Edited 6 years ago
So I'm trying to make a timer, but the code isn't working. I've tried adding a number value, but it didn't work. Here is my script:
1 | local ltime = script.Parent.Value |
4 | script.Parent.Text = "Time alive:" ..ltime |
Also, forgot to mention this, the textbox's text only says "TextBox".
If you need the order of the things that I have in the StarterGUI, click the link here.