|
| 03 Aug 2016 01:08 PM |
I'm making a Loading Gui that says You are waking then the dots "./../..." But it doesn't seem to work, Is it because it doesn't know when to run? Well here it is.
function Load() wait(0.01) script.Parent.TextLabel.Text = ("You are waking up") wait(.1) script.Parent.TextLabel.Text = ("You are waking up.") wait(.1) script.Parent.TextLabel.Text = ("You are waking up..") wait(.1) script.Parent.TextLabel.Text = ("You are waking up...") wait(.1) script.Parent.TextLabel.Text = ("You are waking up.") wait(.1) script.Parent.TextLabel.Text = ("You are waking up..") wait(.1) script.Parent.TextLabel.Text = ("You are waking up...") wait(.1) script.Parent.TextLabel.Text = ("You have Akoken") wait(.1) script.Parent.BackgroundTransparency = .1 script.Parent.TextLabel.TextTransparency = .1 wait(.1) script.Parent.BackgroundTransparency = .2 script.Parent.TextLabel.TextTransparency = .2 wait(.1) script.Parent.BackgroundTransparency = .3 script.Parent.TextLabel.TextTransparency = .3 wait(.1) script.Parent.BackgroundTransparency = .4 script.Parent.TextLabel.TextTransparency = .4 wait(.1) script.Parent.BackgroundTransparency = .5 script.Parent.TextLabel.TextTransparency = .5 wait(.1) script.Parent.BackgroundTransparency = .6 script.Parent.TextLabel.TextTransparency = .6 wait(.1) script.Parent.BackgroundTransparency = .7 script.Parent.TextLabel.TextTransparency = .7 wait(.1) script.Parent.BackgroundTransparency = .8 script.Parent.TextLabel.TextTransparency = .8 wait(.1) script.Parent.BackgroundTransparency = .9 script.Parent.TextLabel.TextTransparency = .9 wait(.1) script.Parent.BackgroundTransparency = 1 script.Parent.TextLabel.TextTransparency = 1 wait(.1) script.Parent.Parent:Destroy() end |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 01:09 PM |
>("You have Akoken")
kek
what do |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 01:11 PM |
| You should make the wait time longer. |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 01:11 PM |
Sorry for misspelling one word, Like grow up. Does anyone notice a problem? |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 01:12 PM |
| Where are you calling Load() ? |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 01:13 PM |
| I increased the wait time it still doesn't run |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 01:13 PM |
I think you should try to make textlabel and put it in the object first then say textlabel.text
or you should make a variable
text = game.Workspace.Part.Textlabel.Text |
|
|
| Report Abuse |
|
|
| |
|
|
| 03 Aug 2016 01:14 PM |
| or you could actually make it so a new instance of a textlabel on the part happens. |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 01:14 PM |
| Alright i'll try a variable |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 01:16 PM |
function Load() wait(0.01) script.Parent.TextLabel.Text = ("You are waking up") wait(.1) script.Parent.TextLabel.Text = ("You are waking up.") wait(.1) script.Parent.TextLabel.Text = ("You are waking up..") wait(.1) script.Parent.TextLabel.Text = ("You are waking up...") wait(.1) script.Parent.TextLabel.Text = ("You are waking up.") wait(.1) script.Parent.TextLabel.Text = ("You are waking up..") wait(.1) script.Parent.TextLabel.Text = ("You are waking up...") wait(.1) script.Parent.TextLabel.Text = ("You have Akoken") wait(.1) script.Parent.BackgroundTransparency = .1 script.Parent.TextLabel.TextTransparency = .1 wait(.1) script.Parent.BackgroundTransparency = .2 script.Parent.TextLabel.TextTransparency = .2 wait(.1) script.Parent.BackgroundTransparency = .3 script.Parent.TextLabel.TextTransparency = .3 wait(.1) script.Parent.BackgroundTransparency = .4 script.Parent.TextLabel.TextTransparency = .4 wait(.1) script.Parent.BackgroundTransparency = .5 script.Parent.TextLabel.TextTransparency = .5 wait(.1) script.Parent.BackgroundTransparency = .6 script.Parent.TextLabel.TextTransparency = .6 wait(.1) script.Parent.BackgroundTransparency = .7 script.Parent.TextLabel.TextTransparency = .7 wait(.1) script.Parent.BackgroundTransparency = .8 script.Parent.TextLabel.TextTransparency = .8 wait(.1) script.Parent.BackgroundTransparency = .9 script.Parent.TextLabel.TextTransparency = .9 wait(.1) script.Parent.BackgroundTransparency = 1 script.Parent.TextLabel.TextTransparency = 1 wait(.1) script.Parent.Parent:Destroy()< What is this right here. scipt.parent.parent What is the scipts parent parent end |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 01:19 PM |
I will try yours ^ But I placed them as variables and they still do not work here it is
text = script.Parent.TextLabel.Text bt = script.Parent.BackgroundTransparency tt = script.Parent.TextLabel.TextTransparency
function Load() wait(0.1) text = ("You are waking up") wait(.3) text = ("You are waking up.") wait(.3) text = ("You are waking up..") wait(.3) text = ("You are waking up...") wait(.3) text = ("You are waking up.") wait(.3) text = ("You are waking up..") wait(.3) text = ("You are waking up...") wait(.3) text = ("You have Akoken") wait(.3) bt = .1 tt = .1 wait(.3) bt = .2 tt = .2 wait(.3) bt = .3 tt = .3 wait(.3) bt = .4 tt = .4 wait(.3) bt = .5 tt = .5 wait(.3) bt = .6 tt = .6 wait(.3) bt = .7 tt = .7 wait(.3) bt = .8 tt = .8 wait(.3) bt = .9 tt = .9 wait(.3) bt = 1 tt = 1 wait(.3) script.Parent.Parent:Destroy() end
|
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 01:20 PM |
| Neither of the scripts work, I must be missing something. |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 01:20 PM |
| m8 you need to make a message and see if that works first |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 01:37 PM |
| -_- how do you thing that would 'work' when it doesn't even run?? |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 01:38 PM |
They are the same thing... Work and Run. If it runs it works and if it works it runs. What kind of question is that |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 01:39 PM |
that's not what he's saying, you never call the function so it doesnt run
what do |
|
|
| Report Abuse |
|
|
peIicans
|
  |
| Joined: 02 Nov 2013 |
| Total Posts: 1148 |
|
| |
|
|
| 03 Aug 2016 01:47 PM |
| "Is it because it doesn't know when to run?"✓ |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 03 Aug 2016 02:04 PM |
Good god kid. LEARN HOW TO USE LOOPS
http://hastebin.com/lajiqutigo.pas
|
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 02:13 PM |
^Stop ruining roblox by using the insult kid, Just call me dumb or something.
Why use loops when I can just copy and paste ;) |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 02:21 PM |
| You've defined the function Load() but then you have to call it using Load() when you want it to run |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 03 Aug 2016 02:22 PM |
@op
the fact of the matter is that all of you are kids. Especially you, kiddo.
|
|
|
| Report Abuse |
|
|
|
| 03 Aug 2016 02:24 PM |
| salty skiddy ticks back at it again topkek |
|
|
| Report Abuse |
|
|
Stewie141
|
  |
| Joined: 21 Aug 2015 |
| Total Posts: 11 |
|
|
| 03 Aug 2016 02:25 PM |
you all are kids, super easy fix. just call the function and BOOM! done
|
|
|
| Report Abuse |
|
|