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 |
|