generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripters
Home Search
 

Re: Help?!

Previous Thread :: Next Thread 
ShadowedScript is not online. ShadowedScript
Joined: 18 Mar 2016
Total Posts: 875
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
Flashiness is not online. Flashiness
Joined: 25 Dec 2012
Total Posts: 1212
03 Aug 2016 01:09 PM
>("You have Akoken")

kek


what do
Report Abuse
WrightPhillips99 is not online. WrightPhillips99
Joined: 27 Jun 2015
Total Posts: 667
03 Aug 2016 01:11 PM
You should make the wait time longer.
Report Abuse
ShadowedScript is not online. ShadowedScript
Joined: 18 Mar 2016
Total Posts: 875
03 Aug 2016 01:11 PM
Sorry for misspelling one word, Like grow up.
Does anyone notice a problem?
Report Abuse
JohnnyThunder2 is not online. JohnnyThunder2
Joined: 11 Apr 2009
Total Posts: 1043
03 Aug 2016 01:12 PM
Where are you calling Load() ?
Report Abuse
ShadowedScript is not online. ShadowedScript
Joined: 18 Mar 2016
Total Posts: 875
03 Aug 2016 01:13 PM
I increased the wait time it still doesn't run
Report Abuse
WrightPhillips99 is not online. WrightPhillips99
Joined: 27 Jun 2015
Total Posts: 667
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
ShadowedScript is not online. ShadowedScript
Joined: 18 Mar 2016
Total Posts: 875
03 Aug 2016 01:13 PM
Where should I call load?
Report Abuse
WrightPhillips99 is not online. WrightPhillips99
Joined: 27 Jun 2015
Total Posts: 667
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
ShadowedScript is not online. ShadowedScript
Joined: 18 Mar 2016
Total Posts: 875
03 Aug 2016 01:14 PM
Alright i'll try a variable
Report Abuse
WrightPhillips99 is not online. WrightPhillips99
Joined: 27 Jun 2015
Total Posts: 667
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
ShadowedScript is not online. ShadowedScript
Joined: 18 Mar 2016
Total Posts: 875
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
ShadowedScript is not online. ShadowedScript
Joined: 18 Mar 2016
Total Posts: 875
03 Aug 2016 01:20 PM
Neither of the scripts work, I must be missing something.
Report Abuse
WrightPhillips99 is not online. WrightPhillips99
Joined: 27 Jun 2015
Total Posts: 667
03 Aug 2016 01:20 PM
m8 you need to make a message and see if that works first
Report Abuse
Milenveliki is not online. Milenveliki
Joined: 14 Aug 2013
Total Posts: 1097
03 Aug 2016 01:37 PM
-_- how do you thing that would 'work' when it doesn't even run??
Report Abuse
ShadowedScript is not online. ShadowedScript
Joined: 18 Mar 2016
Total Posts: 875
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
Flashiness is not online. Flashiness
Joined: 25 Dec 2012
Total Posts: 1212
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 is not online. peIicans
Joined: 02 Nov 2013
Total Posts: 1148
03 Aug 2016 01:39 PM
fire it?

Load()


Report Abuse
Milenveliki is not online. Milenveliki
Joined: 14 Aug 2013
Total Posts: 1097
03 Aug 2016 01:47 PM
"Is it because it doesn't know when to run?"✓
Report Abuse
TimeTicks is not online. 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
ShadowedScript is not online. ShadowedScript
Joined: 18 Mar 2016
Total Posts: 875
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
JohnnyThunder2 is not online. JohnnyThunder2
Joined: 11 Apr 2009
Total Posts: 1043
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 is not online. 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
Flux_Capacitor is not online. Flux_Capacitor
Joined: 07 Apr 2008
Total Posts: 45720
03 Aug 2016 02:24 PM
salty skiddy ticks back at it again topkek
Report Abuse
Stewie141 is not online. 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
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripters
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image