OldGoldie
|
  |
| Joined: 17 Aug 2010 |
| Total Posts: 8210 |
|
|
| 20 Sep 2012 06:31 AM |
script.Parent.Text = "loading." wait(1) script.Parent.Text = "loading. ." wait(1) script.Parent.Text = "loading. . ." wait(1) script.Parent.Text = "loading." wait(1) script.Parent.Text = "loading. ." wait(1) script.Parent.Text = "loading. . ." wait(1) script.Parent.Text = "loading." wait(1) script.Parent.Text = "loading. ." wait(1) script.Parent.Text = "loading. . ." wait(1) end
Not working ??? |
|
|
| Report Abuse |
|
|
|
| 20 Sep 2012 06:32 AM |
Trash it, fake loading is a waste of time. |
|
|
| Report Abuse |
|
|
OldGoldie
|
  |
| Joined: 17 Aug 2010 |
| Total Posts: 8210 |
|
|
| 20 Sep 2012 06:33 AM |
| I know, but I will replace the "Loading" with a little story. |
|
|
| Report Abuse |
|
|
RoflBread
|
  |
| Joined: 18 Jun 2009 |
| Total Posts: 3803 |
|
|
| 20 Sep 2012 06:49 AM |
| You have a random end at the bottom of your script. |
|
|
| Report Abuse |
|
|
zars15
|
  |
| Joined: 10 Nov 2008 |
| Total Posts: 9999 |
|
|
| 20 Sep 2012 08:33 AM |
Get rid of end and you should do it more like this:
for num = 1,5 do for num2 = 1,3 do message = ("Loading"..string.rep(".",num2) wait(1) end end
|
|
|
| Report Abuse |
|
|