Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local AspectArsenalGui = Instance.new("ScreenGui")
- local Open = Instance.new("TextButton")
- local Open_Roundify_12px = Instance.new("ImageLabel")
- local Background = Instance.new("ImageLabel")
- local Exit = Instance.new("TextButton")
- local SilentAimToggle = Instance.new("TextButton")
- local TextButton_Roundify_12px = Instance.new("ImageLabel")
- local ESPToggle = Instance.new("TextButton")
- local TextButton_Roundify_12px_2 = Instance.new("ImageLabel")
- local TextLabel = Instance.new("TextLabel")
- local Killall = Instance.new("TextButton")
- local TextButton_Roundify_12px_3 = Instance.new("ImageLabel")
- local Credits2 = Instance.new("TextLabel")
- local Credits1 = Instance.new("TextLabel")
- local SpeedJump = Instance.new("TextButton")
- local TextButton_Roundify_12px_4 = Instance.new("ImageLabel")
- local ImageButton = Instance.new("ImageButton")
- local Loading = Instance.new("ImageLabel")
- local LogoLoading = Instance.new("ImageButton")
- local TextButton = Instance.new("TextButton")
- local TextButton_Roundify_12px_5 = Instance.new("ImageLabel")
- local LoadExit = Instance.new("TextButton")
- local TextButton_Roundify_12px_6 = Instance.new("ImageLabel")
- --Properties:
- AspectArsenalGui.Name = "AspectArsenalGui"
- AspectArsenalGui.Parent = game.CoreGui
- Open.Name = "Open"
- Open.Parent = AspectArsenalGui
- Open.AnchorPoint = Vector2.new(0.5, 0.5)
- Open.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
- Open.BackgroundTransparency = 1.000
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(0.5, 0, 0, 0)
- Open.Size = UDim2.new(0, 141, 0, 56)
- Open.Visible = false
- Open.ZIndex = 2
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open"
- Open.TextColor3 = Color3.fromRGB(255, 255, 255)
- Open.TextSize = 28.000
- Open.MouseButton1Click:connect(function()
- Open.Visible = false
- Background.Visible = true
- end)
- Open_Roundify_12px.Name = "Open_Roundify_12px"
- Open_Roundify_12px.Parent = Open
- Open_Roundify_12px.Active = true
- Open_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
- Open_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Open_Roundify_12px.BackgroundTransparency = 1.000
- Open_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
- Open_Roundify_12px.Selectable = true
- Open_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
- Open_Roundify_12px.Image = "rbxassetid://3570695787"
- Open_Roundify_12px.ImageColor3 = Color3.fromRGB(33, 33, 33)
- Open_Roundify_12px.ScaleType = Enum.ScaleType.Slice
- Open_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
- Open_Roundify_12px.SliceScale = 0.120
- Background.Name = "Background"
- Background.Parent = AspectArsenalGui
- Background.AnchorPoint = Vector2.new(0.5, 0.5)
- Background.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Background.BackgroundTransparency = 1.000
- Background.ImageTransparency = 1.000
- Background.Position = UDim2.new(0.5, 0, 0.497287154, 0)
- Background.Size = UDim2.new(0, 338, 0, 235)
- Background.Image = "rbxassetid://3570695787"
- Background.ImageColor3 = Color3.fromRGB(22, 22, 22)
- Background.ScaleType = Enum.ScaleType.Slice
- Background.SliceCenter = Rect.new(100, 100, 100, 100)
- Background.SliceScale = 0.120
- Background.Active = true
- Background.Draggable = true
- Exit.Name = "Exit"
- Exit.Parent = Background
- Exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Exit.BackgroundTransparency = 1.000
- Exit.Position = UDim2.new(0.908284068, 0, -0.0217751246, 0)
- Exit.Size = UDim2.new(0, 24, 0, 25)
- Exit.Visible = false
- Exit.Font = Enum.Font.Nunito
- Exit.Text = "_"
- Exit.TextColor3 = Color3.fromRGB(255, 255, 255)
- Exit.TextScaled = true
- Exit.TextSize = 14.000
- Exit.TextWrapped = true
- Exit.MouseButton1Click:connect(function()
- Background.Visible = false
- Open.Visible = true
- end)
- SilentAimToggle.Name = "SilentAimToggle"
- SilentAimToggle.Parent = Background
- SilentAimToggle.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
- SilentAimToggle.BackgroundTransparency = 1.000
- SilentAimToggle.BorderSizePixel = 0
- SilentAimToggle.Position = UDim2.new(0.041420117, 0, 0.309156448, 0)
- SilentAimToggle.Size = UDim2.new(0, 107, 0, 47)
- SilentAimToggle.Visible = false
- SilentAimToggle.ZIndex = 2
- SilentAimToggle.Font = Enum.Font.Nunito
- SilentAimToggle.Text = "Silent Aim"
- SilentAimToggle.TextColor3 = Color3.fromRGB(255, 255, 255)
- SilentAimToggle.TextSize = 20.000
- SilentAimToggle.TextWrapped = true
- SilentAimToggle.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/UnTzMupX", true))()
- end)
- TextButton_Roundify_12px.Name = "TextButton_Roundify_12px"
- TextButton_Roundify_12px.Parent = SilentAimToggle
- TextButton_Roundify_12px.Active = true
- TextButton_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
- TextButton_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_Roundify_12px.BackgroundTransparency = 1.000
- TextButton_Roundify_12px.Position = UDim2.new(0.5, 0, 0.5, 0)
- TextButton_Roundify_12px.Selectable = true
- TextButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
- TextButton_Roundify_12px.Image = "rbxassetid://3570695787"
- TextButton_Roundify_12px.ImageColor3 = Color3.fromRGB(30, 30, 30)
- TextButton_Roundify_12px.ImageTransparency = 1.000
- TextButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice
- TextButton_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
- TextButton_Roundify_12px.SliceScale = 0.120
- ESPToggle.Name = "ESPToggle"
- ESPToggle.Parent = Background
- ESPToggle.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
- ESPToggle.BackgroundTransparency = 1.000
- ESPToggle.BorderSizePixel = 0
- ESPToggle.Position = UDim2.new(0.591715932, 0, 0.309156448, 0)
- ESPToggle.Size = UDim2.new(0, 107, 0, 47)
- ESPToggle.Visible = false
- ESPToggle.ZIndex = 2
- ESPToggle.Font = Enum.Font.Nunito
- ESPToggle.Text = "ESP & Aimbot"
- ESPToggle.TextColor3 = Color3.fromRGB(255, 255, 255)
- ESPToggle.TextSize = 20.000
- ESPToggle.TextWrapped = true
- ESPToggle.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/eEvZQJiY", true))()
- end)
- TextButton_Roundify_12px_2.Name = "TextButton_Roundify_12px"
- TextButton_Roundify_12px_2.Parent = ESPToggle
- TextButton_Roundify_12px_2.Active = true
- TextButton_Roundify_12px_2.AnchorPoint = Vector2.new(0.5, 0.5)
- TextButton_Roundify_12px_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_Roundify_12px_2.BackgroundTransparency = 1.000
- TextButton_Roundify_12px_2.Position = UDim2.new(0.5, 0, 0.5, 0)
- TextButton_Roundify_12px_2.Selectable = true
- TextButton_Roundify_12px_2.Size = UDim2.new(1, 0, 1, 0)
- TextButton_Roundify_12px_2.Image = "rbxassetid://3570695787"
- TextButton_Roundify_12px_2.ImageColor3 = Color3.fromRGB(30, 30, 30)
- TextButton_Roundify_12px_2.ImageTransparency = 1.000
- TextButton_Roundify_12px_2.ScaleType = Enum.ScaleType.Slice
- TextButton_Roundify_12px_2.SliceCenter = Rect.new(100, 100, 100, 100)
- TextButton_Roundify_12px_2.SliceScale = 0.120
- TextLabel.Parent = Background
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.579881668, 0, 0.472340465, 0)
- TextLabel.Size = UDim2.new(0, 115, 0, 103)
- TextLabel.Visible = false
- TextLabel.Font = Enum.Font.Nunito
- TextLabel.Text = "Hold E to lock on, Press L to turn on Esp and then Press T to update so it works(you might wanna do this everygame), And Press O To Change Team Mode!"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- Killall.Name = "Killall"
- Killall.Parent = Background
- Killall.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
- Killall.BackgroundTransparency = 1.000
- Killall.BorderSizePixel = 0
- Killall.Position = UDim2.new(0.041420117, 0, 0.509156406, 0)
- Killall.Size = UDim2.new(0, 107, 0, 47)
- Killall.Visible = false
- Killall.ZIndex = 2
- Killall.Font = Enum.Font.Nunito
- Killall.Text = "Kill All"
- Killall.TextColor3 = Color3.fromRGB(255, 255, 255)
- Killall.TextSize = 20.000
- Killall.TextWrapped = true
- Killall.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/yUuRLyF3", true))()
- end)
- TextButton_Roundify_12px_3.Name = "TextButton_Roundify_12px"
- TextButton_Roundify_12px_3.Parent = Killall
- TextButton_Roundify_12px_3.Active = true
- TextButton_Roundify_12px_3.AnchorPoint = Vector2.new(0.5, 0.5)
- TextButton_Roundify_12px_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_Roundify_12px_3.BackgroundTransparency = 1.000
- TextButton_Roundify_12px_3.Position = UDim2.new(0.5, 0, 0.5, 0)
- TextButton_Roundify_12px_3.Selectable = true
- TextButton_Roundify_12px_3.Size = UDim2.new(1, 0, 1, 0)
- TextButton_Roundify_12px_3.Image = "rbxassetid://3570695787"
- TextButton_Roundify_12px_3.ImageColor3 = Color3.fromRGB(30, 30, 30)
- TextButton_Roundify_12px_3.ImageTransparency = 1.000
- TextButton_Roundify_12px_3.ScaleType = Enum.ScaleType.Slice
- TextButton_Roundify_12px_3.SliceCenter = Rect.new(100, 100, 100, 100)
- TextButton_Roundify_12px_3.SliceScale = 0.120
- Credits2.Name = "Credits2"
- Credits2.Parent = Background
- Credits2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Credits2.BackgroundTransparency = 1.000
- Credits2.Position = UDim2.new(0, 0, 0.910638332, 0)
- Credits2.Size = UDim2.new(0, 186, 0, 15)
- Credits2.Visible = false
- Credits2.Font = Enum.Font.Nunito
- Credits2.Text = "For Athoi#7951, RODX#6666"
- Credits2.TextColor3 = Color3.fromRGB(255, 255, 255)
- Credits2.TextScaled = true
- Credits2.TextSize = 14.000
- Credits2.TextWrapped = true
- Credits1.Name = "Credits1"
- Credits1.Parent = Background
- Credits1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Credits1.BackgroundTransparency = 1.000
- Credits1.Position = UDim2.new(0.32840237, 0, 5.96046448e-08, 0)
- Credits1.Size = UDim2.new(0, 115, 0, 15)
- Credits1.Visible = false
- Credits1.Font = Enum.Font.Nunito
- Credits1.Text = "By Faqz#9136"
- Credits1.TextColor3 = Color3.fromRGB(255, 255, 255)
- Credits1.TextScaled = true
- Credits1.TextSize = 14.000
- Credits1.TextWrapped = true
- SpeedJump.Name = "SpeedJump"
- SpeedJump.Parent = Background
- SpeedJump.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
- SpeedJump.BackgroundTransparency = 1.000
- SpeedJump.BorderSizePixel = 0
- SpeedJump.Position = UDim2.new(0.041420117, 0, 0.709156394, 0)
- SpeedJump.Size = UDim2.new(0, 107, 0, 47)
- SpeedJump.Visible = false
- SpeedJump.ZIndex = 2
- SpeedJump.Font = Enum.Font.Nunito
- SpeedJump.Text = "SuperJump"
- SpeedJump.TextColor3 = Color3.fromRGB(255, 255, 255)
- SpeedJump.TextSize = 20.000
- SpeedJump.TextWrapped = true
- SpeedJump.MouseButton1Click:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/GLYGiqMb", true))()
- end)
- TextButton_Roundify_12px_4.Name = "TextButton_Roundify_12px"
- TextButton_Roundify_12px_4.Parent = SpeedJump
- TextButton_Roundify_12px_4.Active = true
- TextButton_Roundify_12px_4.AnchorPoint = Vector2.new(0.5, 0.5)
- TextButton_Roundify_12px_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_Roundify_12px_4.BackgroundTransparency = 1.000
- TextButton_Roundify_12px_4.Position = UDim2.new(0.5, 0, 0.5, 0)
- TextButton_Roundify_12px_4.Selectable = true
- TextButton_Roundify_12px_4.Size = UDim2.new(1, 0, 1, 0)
- TextButton_Roundify_12px_4.Image = "rbxassetid://3570695787"
- TextButton_Roundify_12px_4.ImageColor3 = Color3.fromRGB(30, 30, 30)
- TextButton_Roundify_12px_4.ImageTransparency = 1.000
- TextButton_Roundify_12px_4.ScaleType = Enum.ScaleType.Slice
- TextButton_Roundify_12px_4.SliceCenter = Rect.new(100, 100, 100, 100)
- TextButton_Roundify_12px_4.SliceScale = 0.120
- ImageButton.Parent = Background
- ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageButton.BackgroundTransparency = 1.000
- ImageButton.Size = UDim2.new(0, 61, 0, 54)
- ImageButton.Visible = false
- ImageButton.Image = "rbxassetid://7143490686"
- ImageButton.MouseButton1Click:connect(function()
- Background.Visible = false
- Loading.Visible = true
- Loading.ImageTransparency = 0
- LogoLoading.Visible = true
- TextButton.Visible = true
- LoadExit.Visible = true
- end)
- Loading.Name = "Loading"
- Loading.Parent = AspectArsenalGui
- Loading.AnchorPoint = Vector2.new(0.5, 0.5)
- Loading.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Loading.BackgroundTransparency = 1.000
- Loading.Position = UDim2.new(0.49999997, 0, 0.496661097, 0)
- Loading.Size = UDim2.new(0, 337, 0, 236)
- Loading.ZIndex = 10
- Loading.Image = "rbxassetid://3570695787"
- Loading.ImageColor3 = Color3.fromRGB(30, 30, 30)
- Loading.ScaleType = Enum.ScaleType.Slice
- Loading.SliceCenter = Rect.new(100, 100, 100, 100)
- Loading.SliceScale = 0.120
- LogoLoading.Name = "LogoLoading"
- LogoLoading.Parent = Loading
- LogoLoading.AnchorPoint = Vector2.new(0.5, 0.5)
- LogoLoading.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- LogoLoading.BackgroundTransparency = 1.000
- LogoLoading.Position = UDim2.new(0.499322534, 0, 0.274297416, 0)
- LogoLoading.Size = UDim2.new(0, 93, 0, 89)
- LogoLoading.ZIndex = 11
- LogoLoading.Image = "http://www.roblox.com/asset/?id=7143490686"
- TextButton.Parent = Loading
- TextButton.AnchorPoint = Vector2.new(0.5, 0.5)
- TextButton.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- TextButton.BackgroundTransparency = 1.000
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.49758172, 0, 0.600409806, 0)
- TextButton.Size = UDim2.new(0, 138, 0, 41)
- TextButton.ZIndex = 12
- TextButton.AutoButtonColor = false
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Load"
- TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.TextSize = 18.000
- TextButton.MouseButton1Click:connect(function()
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- TextButton.Visible = false
- LogoLoading.Visible = false
- LoadExit.Visible = false
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.05)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.07)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.07)
- Background.Visible = true
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Exit.Visible = true
- SilentAimToggle.Visible = true
- ESPToggle.Visible = true
- Killall.Visible = true
- SpeedJump.Visible = true
- ImageButton.Visible = true
- TextLabel.Visible = true
- Credits1.Visible = true
- Credits2.Visible = true
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- wait(0.05)
- Background.ImageTransparency = Background.ImageTransparency - 0.025
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.07)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.1)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.1)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.1)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.1)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.2)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.2)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.2)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.2)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- wait(0.3)
- Loading.ImageTransparency = Loading.ImageTransparency + 0.025
- Loading.Visible = false
- end)
- TextButton_Roundify_12px_5.Name = "TextButton_Roundify_12px"
- TextButton_Roundify_12px_5.Parent = TextButton
- TextButton_Roundify_12px_5.Active = true
- TextButton_Roundify_12px_5.AnchorPoint = Vector2.new(0.5, 0.5)
- TextButton_Roundify_12px_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_Roundify_12px_5.BackgroundTransparency = 1.000
- TextButton_Roundify_12px_5.Position = UDim2.new(0.5, 0, 0.5, 0)
- TextButton_Roundify_12px_5.Selectable = true
- TextButton_Roundify_12px_5.Size = UDim2.new(1, 0, 1, 0)
- TextButton_Roundify_12px_5.ZIndex = 11
- TextButton_Roundify_12px_5.Image = "rbxassetid://3570695787"
- TextButton_Roundify_12px_5.ImageColor3 = Color3.fromRGB(38, 38, 38)
- TextButton_Roundify_12px_5.ScaleType = Enum.ScaleType.Slice
- TextButton_Roundify_12px_5.SliceCenter = Rect.new(100, 100, 100, 100)
- TextButton_Roundify_12px_5.SliceScale = 0.120
- LoadExit.Name = "LoadExit"
- LoadExit.Parent = Loading
- LoadExit.AnchorPoint = Vector2.new(0.5, 0.5)
- LoadExit.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
- LoadExit.BackgroundTransparency = 1.000
- LoadExit.BorderSizePixel = 0
- LoadExit.Position = UDim2.new(0.497393966, 0, 0.873009622, 0)
- LoadExit.Size = UDim2.new(0, 96, 0, 33)
- LoadExit.ZIndex = 12
- LoadExit.Font = Enum.Font.SourceSans
- LoadExit.Text = "Close"
- LoadExit.TextColor3 = Color3.fromRGB(255, 255, 255)
- LoadExit.TextSize = 18.000
- LoadExit.MouseButton1Click:connect(function()
- Loading.Visible = false
- end)
- TextButton_Roundify_12px_6.Name = "TextButton_Roundify_12px"
- TextButton_Roundify_12px_6.Parent = LoadExit
- TextButton_Roundify_12px_6.Active = true
- TextButton_Roundify_12px_6.AnchorPoint = Vector2.new(0.5, 0.5)
- TextButton_Roundify_12px_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_Roundify_12px_6.BackgroundTransparency = 1.000
- TextButton_Roundify_12px_6.Position = UDim2.new(0.5, 0, 0.5, 0)
- TextButton_Roundify_12px_6.Selectable = true
- TextButton_Roundify_12px_6.Size = UDim2.new(1, 0, 1, 0)
- TextButton_Roundify_12px_6.ZIndex = 11
- TextButton_Roundify_12px_6.Image = "rbxassetid://3570695787"
- TextButton_Roundify_12px_6.ImageColor3 = Color3.fromRGB(38, 38, 38)
- TextButton_Roundify_12px_6.ScaleType = Enum.ScaleType.Slice
- TextButton_Roundify_12px_6.SliceCenter = Rect.new(100, 100, 100, 100)
- TextButton_Roundify_12px_6.SliceScale = 0.120
Add Comment
Please, Sign In to add comment