Skip to content

Commit

Permalink
Update main.luau
Browse files Browse the repository at this point in the history
  • Loading branch information
softbf395 authored Dec 11, 2024
1 parent c34dbb5 commit 95e1704
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions source/main.luau
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,6 @@ R.BorderSizePixel = 0
R.BackgroundColor3 = Color3.new(0.00, 0.00, 0.00)
R.Parent = Loading

local UIGradient = Instance.new("UIGradient")
UIGradient.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0.00, 0.73, 0.00), NumberSequenceKeypoint.new(0.06, 0.74, 0.00), NumberSequenceKeypoint.new(0.06, 1.00, 0.00), NumberSequenceKeypoint.new(0.13, 1.00, 0.00), NumberSequenceKeypoint.new(0.13, 0.74, 0.00), NumberSequenceKeypoint.new(0.21, 0.74, 0.00), NumberSequenceKeypoint.new(0.21, 0.99, 0.00), NumberSequenceKeypoint.new(0.32, 1.00, 0.00), NumberSequenceKeypoint.new(0.32, 0.77, 0.00), NumberSequenceKeypoint.new(0.41, 0.75, 0.00), NumberSequenceKeypoint.new(0.41, 1.00, 0.00), NumberSequenceKeypoint.new(0.54, 1.00, 0.00), NumberSequenceKeypoint.new(0.54, 0.77, 0.00), NumberSequenceKeypoint.new(0.70, 0.77, 0.00), NumberSequenceKeypoint.new(0.70, 1.00, 0.00), NumberSequenceKeypoint.new(0.94, 0.98, 0.00), NumberSequenceKeypoint.new(0.94, 0.76, 0.00), NumberSequenceKeypoint.new(1.00, 0.76, 0.00), NumberSequenceKeypoint.new(1.00, 1.00, 0.00), NumberSequenceKeypoint.new(1.00, 0.76, 0.00)})
UIGradient.Rotation = 45
UIGradient.Parent = R

local L = Instance.new("Frame")
L.Name = "L"
L.Size = UDim2.new(1.00, 0.00, 1.00, 0.00)
L.BorderColor3 = Color3.new(0.00, 0.00, 0.00)
L.BorderSizePixel = 0
L.BackgroundColor3 = Color3.new(0.00, 0.00, 0.00)
L.Parent = Loading

local UIGradient_1 = Instance.new("UIGradient")
UIGradient_1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0.00, 0.73, 0.00), NumberSequenceKeypoint.new(0.06, 0.74, 0.00), NumberSequenceKeypoint.new(0.06, 1.00, 0.00), NumberSequenceKeypoint.new(0.13, 1.00, 0.00), NumberSequenceKeypoint.new(0.13, 0.74, 0.00), NumberSequenceKeypoint.new(0.21, 0.74, 0.00), NumberSequenceKeypoint.new(0.21, 0.99, 0.00), NumberSequenceKeypoint.new(0.32, 1.00, 0.00), NumberSequenceKeypoint.new(0.32, 0.77, 0.00), NumberSequenceKeypoint.new(0.41, 0.75, 0.00), NumberSequenceKeypoint.new(0.41, 1.00, 0.00), NumberSequenceKeypoint.new(0.54, 1.00, 0.00), NumberSequenceKeypoint.new(0.54, 0.77, 0.00), NumberSequenceKeypoint.new(0.70, 0.77, 0.00), NumberSequenceKeypoint.new(0.70, 1.00, 0.00), NumberSequenceKeypoint.new(0.94, 0.98, 0.00), NumberSequenceKeypoint.new(0.94, 0.76, 0.00), NumberSequenceKeypoint.new(1.00, 0.76, 0.00), NumberSequenceKeypoint.new(1.00, 1.00, 0.00), NumberSequenceKeypoint.new(1.00, 0.76, 0.00)})
UIGradient_1.Rotation = -45
UIGradient_1.Parent = L

local TextLabel = Instance.new("TextLabel")
TextLabel.TextWrapped = true
TextLabel.BorderSizePixel = 0
Expand All @@ -55,5 +37,3 @@ TextLabel.Parent = Loading
local LocalScript = Instance.new("LocalScript")
LocalScript.Source = "game.CoreGui:FindFirstChild(\'ScriptHub\', true):FindFirstAncestorOfClass(\'Folder\'):Destroy()\nwhile wait() do\n local ts = game:GetService(\'TweenService\')\n ts:Create(script.Parent, TweenInfo.new(2), {TextTransparency=0.8}):Play()\n wait(2)\n ts:Create(script.Parent, TweenInfo.new(2), {TextTransparency=0}):Play()\n wait(2)\nend"
LocalScript.Parent = TextLabel


0 comments on commit 95e1704

Please sign in to comment.