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
 

How Do I Fix This?

Previous Thread :: Next Thread 
Xasix is not online. Xasix
Joined: 16 May 2012
Total Posts: 1073
02 Sep 2016 09:58 PM
local StarterGui = game:GetService('StarterGui')
script.Parent.MouseButton1Click:connect(function()
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, true)
script.Parent.Title.Visible = false
for i = 1,0,-.1 do
script.Parent.Parent.Frame.BackgroundTransparency = i
wait()
end
wait(3)
script.Parent.Parent.ImageLabel.Visible = false
script.Parent.Visible = false
for i = 0,1,.1 do
script.Parent.Parent.Frame.BackgroundTransparency = i
wait()
script.Parent.Parent:Destroy()
end
end)


I want the second interval to dissolve the first interval and I'm confused.


Xasix | Ex-Assist
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