Why isn't a part of this is not working?
I tested this before and it worked, but now one part of the script does not work!
Here is the script(problems included):
03 | Frame = script.Parent.Parent |
04 | if Box.Text = = "Loading Assets" then |
06 | Box.Text = "Loading Assets." |
08 | if Box.Text = = "Loading Assets." then |
10 | Box.Text = "Loading Assets.." |
12 | if Box.Text = = "Loading Assets.." then |
14 | Box.Text = "Loading Assets..." |
16 | if Box.Text = = "Loading Assets..." then |
18 | Box.Text = "Loading Assets" |
As you can see the broken bit is making a text loop repeating it again and again. during early testing it worked, but no it does not!