Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by anime, this is the complete idea of a load gui tho
- plr = game.Players.LocalPlayer
- guimain = plr.PlayerGui
- print("So you had my gui welp nice job ".. plr.Name)
- local Gui = Instance.new("ScreenGui")
- Gui.Parent = guimain
- local Frame = Instance.new("Frame")
- Frame.BackgroundColor3 = Color3.new(255,255,255)
- Frame.BackgroundTransparency =0
- Frame.Position = UDim2.new(0 ,0 ,0 ,0)
- Frame.Size = UDim2.new(1, 0,1, 0)
- Frame.Parent = Gui
- local TextBox = Instance.new("TextLabel")
- TextBox.Font = Enum.Font.SciFi
- TextBox.Text = "Loading... 0%"
- TextBox.BackgroundColor3 = Color3.new(255,255,255)
- TextBox.BorderColor3 = Color3.new(255, 255, 255)
- TextBox.Size = UDim2.new(0, 200, 0, 50)
- TextBox.Position = UDim2.new(0.4,0,0.4,0)
- TextBox.Parent = Frame
- TextBox.TextSize = 28.000
- local i = 0
- plr.Character.Humanoid.WalkSpeed = 0
- for n = 0, 400 do
- TextBox.Text = "Loading... Area : [ ".. i .. " / ".. i .. " ]"
- Frame.BackgroundTransparency = i
- i = i + 0.001
- wait()
- i = i + 0.0002
- TextBox.Text = "Loading... Gui : [ ".. i .. " / ".. i .. " ]"
- wait()
- i = i + 0.0001
- TextBox.Text = "Loading... Meme : [ ".. i .. " / ".. i .. " ]"
- wait()
- i = i + 0.0043
- TextBox.Text = "Loading... Sector : [ ".. i .. " / ".. i .. " ]"
- end
- TextBox.TextTransparency = 0.1
- wait(0.02)
- TextBox.TextTransparency = 0.2
- wait(0.02)
- TextBox.TextTransparency = 0.3
- wait(0.02)
- TextBox.TextTransparency = 0.4
- wait(0.02)
- TextBox.TextTransparency = 0.5
- wait(0.02)
- TextBox.TextTransparency = 0.6
- wait(0.02)
- TextBox.TextTransparency = 0.7
- wait(0.02)
- TextBox.TextTransparency = 0.8
- wait(0.02)
- TextBox.TextTransparency = 0.9
- wait(0.02)
- TextBox.TextTransparency = 1.00
- wait(0.02)
- TextBox.Visible = false
- plr.Character.Humanoid.WalkSpeed = 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement