TheWisest
|
  |
| Joined: 11 Nov 2010 |
| Total Posts: 7345 |
|
|
| 29 Nov 2011 02:56 PM |
I wrote a basic script, that keeps saying 'Loading', but it doesn't work.....
Please help!
while true do wait() 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...." end
|
|
|
| Report Abuse |
|
|
|
| 29 Nov 2011 03:00 PM |
You forgot to put
script.Parent.Text:Remove()
so it's still there since you didn't remove it |
|
|
| Report Abuse |
|
|
TheWisest
|
  |
| Joined: 11 Nov 2010 |
| Total Posts: 7345 |
|
|
| 29 Nov 2011 03:01 PM |
| I tried that, and it didn't work. :/ |
|
|
| Report Abuse |
|
|
|
| 29 Nov 2011 03:06 PM |
My bad
it's: script.Parent.Text:remove()
I think remove isn't capitalized
make sure it's also at the end so it doesn't remove before Loading.... shows up |
|
|
| Report Abuse |
|
|
TheWisest
|
  |
| Joined: 11 Nov 2010 |
| Total Posts: 7345 |
|
|
| 29 Nov 2011 03:10 PM |
| It still didn't work, thanks though. |
|
|
| Report Abuse |
|
|
TheWisest
|
  |
| Joined: 11 Nov 2010 |
| Total Posts: 7345 |
|
|
| 29 Nov 2011 03:14 PM |
| I got it working, I just had to change something in the GUI. |
|
|
| Report Abuse |
|
|