Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Loading
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- TextLabel.Parent = ScreenGui
- TextLabel.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- TextLabel.Position = UDim2.new(0.238567069, 0, 0.167023554, 0)
- TextLabel.Size = UDim2.new(0, 584, 0, 295)
- TextLabel.Font = Enum.Font.GothamBold
- TextLabel.Text = "Loading Infecto"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- -- Scripts:
- local function CCLNYVZ_fake_script() -- TextLabel.Script
- local script = Instance.new('Script', TextLabel)
- wait(1)
- script.Parent.Text = "Loading Infecto."
- wait(1)
- script.Parent.Text = "Loading Infecto.."
- wait(1)
- script.Parent.Text = "Loading Infecto..."
- wait(1)
- script.Parent.Text = "Loading Infecto."
- wait(1)
- script.Parent.Text = "Loading Infecto.."
- wait(1)
- script.Parent.Text = "Loading Infecto..."
- wait(1)
- script.Parent.Text = "Loading Infecto."
- wait(1)
- script.Parent.Text = "Loading Infecto.."
- wait(1)
- script.Parent.Text = "Loading Infecto..."
- wait(1)
- script.Parent.Text = "Loading Infecto."
- wait(1)
- script.Parent.Text = "Loading Infecto.."
- wait(1)
- script.Parent.Text = "Loading Infecto..."
- wait(4)
- script.Parent.Parent:Destroy()
- end
- coroutine.wrap(CCLNYVZ_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment