Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local cmds = Instance.new("ScreenGui")
- local topmain = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local line = Instance.new("TextLabel")
- local close = Instance.new("TextButton")
- local min = Instance.new("TextButton")
- local max = Instance.new("TextButton")
- local main = Instance.new("Frame")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local TextLabel_4 = Instance.new("TextLabel")
- local TextLabel_5 = Instance.new("TextLabel")
- local TextLabel_6 = Instance.new("TextLabel")
- local TextLabel_7 = Instance.new("TextLabel")
- local TextLabel_8 = Instance.new("TextLabel")
- local TextLabel_9 = Instance.new("TextLabel")
- local TextLabel_10 = Instance.new("TextLabel")
- local TextLabel_11 = Instance.new("TextLabel")
- local TextLabel_12 = Instance.new("TextLabel")
- local TextLabel_13 = Instance.new("TextLabel")
- local TextLabel_14 = Instance.new("TextLabel")
- local TextLabel_15 = Instance.new("TextLabel")
- local TextLabel_16 = Instance.new("TextLabel")
- local TextLabel_17 = Instance.new("TextLabel")
- local TextLabel_18 = Instance.new("TextLabel")
- local TextLabel_19 = Instance.new("TextLabel")
- local TextLabel_20 = Instance.new("TextLabel")
- local TextLabel_21 = Instance.new("TextLabel")
- local TextLabel_22 = Instance.new("TextLabel")
- local TextLabel_23 = Instance.new("TextLabel")
- local TextLabel_24 = Instance.new("TextLabel")
- --Properties:
- cmds.Name = "cmds"
- cmds.Parent = game.CoreGui
- topmain.Name = "topmain"
- topmain.Parent = cmds
- topmain.Active = true
- topmain.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- topmain.BorderColor3 = Color3.fromRGB(27, 42, 53)
- topmain.BorderSizePixel = 0
- topmain.Position = UDim2.new(0.134560883, 0, 0.172222227, 0)
- topmain.Size = UDim2.new(0, 200, 0, 20)
- topmain.Draggable = true
- title.Name = "title"
- title.Parent = topmain
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.Position = UDim2.new(-0.0549999997, 0, 0, 0)
- title.Size = UDim2.new(0, 74, 0, 23)
- title.Font = Enum.Font.SourceSans
- title.Text = "Cmds"
- title.TextColor3 = Color3.fromRGB(255, 85, 0)
- title.TextScaled = true
- title.TextSize = 14.000
- title.TextWrapped = true
- line.Name = "line"
- line.Parent = topmain
- line.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
- line.BorderColor3 = Color3.fromRGB(255, 85, 0)
- line.BorderSizePixel = 0
- line.Position = UDim2.new(0, 0, 1, 0)
- line.Size = UDim2.new(0, 200, 0, 1)
- line.Font = Enum.Font.SourceSans
- line.Text = ""
- line.TextColor3 = Color3.fromRGB(0, 0, 0)
- line.TextSize = 14.000
- close.Name = "close"
- close.Parent = topmain
- close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- close.BackgroundTransparency = 1.000
- close.Position = UDim2.new(0.892903626, 0, -0.0374999754, 0)
- close.Size = UDim2.new(0, 20, 0, 20)
- close.Font = Enum.Font.SourceSans
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(255, 85, 0)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- topmain.Visible = false
- main.Visible = false
- game.CoreGui.cmds:destroy()
- end)
- min.Name = "min"
- min.Parent = topmain
- min.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- min.BackgroundTransparency = 1.000
- min.Position = UDim2.new(0.788739204, 0, -0.0500000007, 0)
- min.Size = UDim2.new(0, 20, 0, 20)
- min.Font = Enum.Font.SourceSans
- min.Text = "-"
- min.TextColor3 = Color3.fromRGB(255, 85, 0)
- min.TextScaled = true
- min.TextSize = 14.000
- min.TextWrapped = true
- min.MouseButton1Down:connect(function()
- min.Visible = false
- max.Visible = true
- main.Visible = false
- end)
- max.Name = "max"
- max.Parent = topmain
- max.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- max.BackgroundTransparency = 1.000
- max.Position = UDim2.new(0.788999975, 0, -0.0500000007, 0)
- max.Size = UDim2.new(0, 20, 0, 20)
- max.Visible = false
- max.Font = Enum.Font.SourceSans
- max.Text = "+"
- max.TextColor3 = Color3.fromRGB(255, 85, 0)
- max.TextScaled = true
- max.TextSize = 14.000
- max.TextWrapped = true
- max.MouseButton1Down:connect(function()
- min.Visible = true
- max.Visible = false
- main.Visible =true
- end)
- main.Name = "main"
- main.Parent = topmain
- main.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- main.BorderColor3 = Color3.fromRGB(25, 25, 25)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0, 0, 1.04722214, 0)
- main.Size = UDim2.new(0, 200, 0, 149)
- ScrollingFrame.Parent = main
- ScrollingFrame.Active = true
- ScrollingFrame.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- ScrollingFrame.BorderSizePixel = 0
- ScrollingFrame.Position = UDim2.new(0.00499999989, 0, 0.0134228468, 0)
- ScrollingFrame.Size = UDim2.new(0, 198, 0, 149)
- ScrollingFrame.CanvasSize = UDim2.new(0, 0, 5, 0)
- ScrollingFrame.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
- TextLabel.Parent = ScrollingFrame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0, 0, 0.064429529, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 25)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Keycard / key"
- TextLabel.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel.TextWrapped = true
- TextLabel_2.Parent = ScrollingFrame
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.Position = UDim2.new(0, 0, 0.0979865715, 0)
- TextLabel_2.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Guns"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_2.TextWrapped = true
- TextLabel_3.Parent = ScrollingFrame
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.BackgroundTransparency = 1.000
- TextLabel_3.Position = UDim2.new(0, 0, 0.131543607, 0)
- TextLabel_3.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "Kill all / Ko"
- TextLabel_3.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14.000
- TextLabel_3.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_3.TextWrapped = true
- TextLabel_4.Parent = ScrollingFrame
- TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_4.BackgroundTransparency = 1.000
- TextLabel_4.Position = UDim2.new(-0.00499999896, 0, 0.196060389, 0)
- TextLabel_4.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_4.Font = Enum.Font.SourceSans
- TextLabel_4.Text = "AutoRespawn / Are"
- TextLabel_4.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_4.TextScaled = true
- TextLabel_4.TextSize = 14.000
- TextLabel_4.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_4.TextWrapped = true
- TextLabel_5.Parent = ScrollingFrame
- TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_5.BackgroundTransparency = 1.000
- TextLabel_5.Position = UDim2.new(-0.00499999896, 0, 0.163758397, 0)
- TextLabel_5.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_5.Font = Enum.Font.SourceSans
- TextLabel_5.Text = "UnAutoRespawn"
- TextLabel_5.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_5.TextScaled = true
- TextLabel_5.TextSize = 14.000
- TextLabel_5.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_5.TextWrapped = true
- TextLabel_6.Parent = ScrollingFrame
- TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_6.BackgroundTransparency = 1.000
- TextLabel_6.Position = UDim2.new(-0.00499999896, 0, 0.229530215, 0)
- TextLabel_6.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_6.Font = Enum.Font.SourceSans
- TextLabel_6.Text = "mod / rf"
- TextLabel_6.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_6.TextScaled = true
- TextLabel_6.TextSize = 14.000
- TextLabel_6.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_6.TextWrapped = true
- TextLabel_7.Parent = ScrollingFrame
- TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_7.BackgroundTransparency = 1.000
- TextLabel_7.Position = UDim2.new(-0.00499999896, 0, 0.263087243, 0)
- TextLabel_7.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_7.Font = Enum.Font.SourceSans
- TextLabel_7.Text = "1punch"
- TextLabel_7.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_7.TextScaled = true
- TextLabel_7.TextSize = 14.000
- TextLabel_7.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_7.TextWrapped = true
- TextLabel_8.Parent = ScrollingFrame
- TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_8.BackgroundTransparency = 1.000
- TextLabel_8.Position = UDim2.new(-0.00499999896, 0, 0.29664427, 0)
- TextLabel_8.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_8.Font = Enum.Font.SourceSans
- TextLabel_8.Text = "inmate / ti"
- TextLabel_8.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_8.TextScaled = true
- TextLabel_8.TextSize = 14.000
- TextLabel_8.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_8.TextWrapped = true
- TextLabel_9.Parent = ScrollingFrame
- TextLabel_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_9.BackgroundTransparency = 1.000
- TextLabel_9.Position = UDim2.new(0, 0, 0.330201328, 0)
- TextLabel_9.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_9.Font = Enum.Font.SourceSans
- TextLabel_9.Text = "guard / tg"
- TextLabel_9.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_9.TextScaled = true
- TextLabel_9.TextSize = 14.000
- TextLabel_9.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_9.TextWrapped = true
- TextLabel_10.Parent = ScrollingFrame
- TextLabel_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_10.BackgroundTransparency = 1.000
- TextLabel_10.Position = UDim2.new(-0.00499999896, 0, 0.362416089, 0)
- TextLabel_10.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_10.Font = Enum.Font.SourceSans
- TextLabel_10.Text = "crim / tc"
- TextLabel_10.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_10.TextScaled = true
- TextLabel_10.TextSize = 14.000
- TextLabel_10.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_10.TextWrapped = true
- TextLabel_11.Parent = ScrollingFrame
- TextLabel_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_11.BackgroundTransparency = 1.000
- TextLabel_11.Position = UDim2.new(-0.00499999896, 0, 0.395973146, 0)
- TextLabel_11.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_11.Font = Enum.Font.SourceSans
- TextLabel_11.Text = "neutral / n"
- TextLabel_11.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_11.TextScaled = true
- TextLabel_11.TextSize = 14.000
- TextLabel_11.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_11.TextWrapped = true
- TextLabel_12.Parent = ScrollingFrame
- TextLabel_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_12.BackgroundTransparency = 1.000
- TextLabel_12.Position = UDim2.new(-0.00499999896, 0, 0.429530203, 0)
- TextLabel_12.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_12.Font = Enum.Font.SourceSans
- TextLabel_12.Text = "fcar/ vfly -- x to use"
- TextLabel_12.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_12.TextScaled = true
- TextLabel_12.TextSize = 14.000
- TextLabel_12.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_12.TextWrapped = true
- TextLabel_13.Parent = ScrollingFrame
- TextLabel_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_13.BackgroundTransparency = 1.000
- TextLabel_13.Position = UDim2.new(0, 0, 0.463087261, 0)
- TextLabel_13.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_13.Font = Enum.Font.SourceSans
- TextLabel_13.Text = "Car --G to use"
- TextLabel_13.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_13.TextScaled = true
- TextLabel_13.TextSize = 14.000
- TextLabel_13.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_13.TextWrapped = true
- TextLabel_14.Parent = ScrollingFrame
- TextLabel_14.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_14.BackgroundTransparency = 1.000
- TextLabel_14.Position = UDim2.new(0, 0, 0.496644318, 0)
- TextLabel_14.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_14.Font = Enum.Font.SourceSans
- TextLabel_14.Text = "Spider--n to use"
- TextLabel_14.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_14.TextScaled = true
- TextLabel_14.TextSize = 14.000
- TextLabel_14.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_14.TextWrapped = true
- TextLabel_15.Parent = ScrollingFrame
- TextLabel_15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_15.BackgroundTransparency = 1.000
- TextLabel_15.Position = UDim2.new(-0.00500000268, 0, 0.530201375, 0)
- TextLabel_15.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_15.Font = Enum.Font.SourceSans
- TextLabel_15.Text = "fly -- e to use"
- TextLabel_15.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_15.TextScaled = true
- TextLabel_15.TextSize = 14.000
- TextLabel_15.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_15.TextWrapped = true
- TextLabel_16.Parent = ScrollingFrame
- TextLabel_16.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_16.BackgroundTransparency = 1.000
- TextLabel_16.Position = UDim2.new(0, 0, -0.0026845634, 0)
- TextLabel_16.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_16.Font = Enum.Font.SourceSans
- TextLabel_16.Text = "Prefix"
- TextLabel_16.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_16.TextScaled = true
- TextLabel_16.TextSize = 14.000
- TextLabel_16.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_16.TextWrapped = true
- TextLabel_17.Parent = ScrollingFrame
- TextLabel_17.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_17.BackgroundTransparency = 1.000
- TextLabel_17.Position = UDim2.new(0, 0, 0.0308724791, 0)
- TextLabel_17.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_17.Font = Enum.Font.SourceSans
- TextLabel_17.Text = "Kill"
- TextLabel_17.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_17.TextScaled = true
- TextLabel_17.TextSize = 14.000
- TextLabel_17.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_17.TextWrapped = true
- TextLabel_18.Parent = ScrollingFrame
- TextLabel_18.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_18.BackgroundTransparency = 1.000
- TextLabel_18.Position = UDim2.new(-0.00500000268, 0, 0.563758433, 0)
- TextLabel_18.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_18.Font = Enum.Font.SourceSans
- TextLabel_18.Text = "tp / to"
- TextLabel_18.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_18.TextScaled = true
- TextLabel_18.TextSize = 14.000
- TextLabel_18.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_18.TextWrapped = true
- TextLabel_19.Parent = ScrollingFrame
- TextLabel_19.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_19.BackgroundTransparency = 1.000
- TextLabel_19.Position = UDim2.new(-0.00500000268, 0, 0.598657787, 0)
- TextLabel_19.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_19.Font = Enum.Font.SourceSans
- TextLabel_19.Text = "Rejoin / Rj"
- TextLabel_19.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_19.TextScaled = true
- TextLabel_19.TextSize = 14.000
- TextLabel_19.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_19.TextWrapped = true
- TextLabel_20.Parent = ScrollingFrame
- TextLabel_20.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_20.BackgroundTransparency = 1.000
- TextLabel_20.Position = UDim2.new(-0.00500000268, 0, 0.632214844, 0)
- TextLabel_20.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_20.Font = Enum.Font.SourceSans
- TextLabel_20.Text = "Reset / Re"
- TextLabel_20.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_20.TextScaled = true
- TextLabel_20.TextSize = 14.000
- TextLabel_20.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_20.TextWrapped = true
- TextLabel_21.Parent = ScrollingFrame
- TextLabel_21.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_21.BackgroundTransparency = 1.000
- TextLabel_21.Position = UDim2.new(-0.00500000268, 0, 0.665771902, 0)
- TextLabel_21.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_21.Font = Enum.Font.SourceSans
- TextLabel_21.Text = "NoClip"
- TextLabel_21.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_21.TextScaled = true
- TextLabel_21.TextSize = 14.000
- TextLabel_21.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_21.TextWrapped = true
- TextLabel_22.Parent = ScrollingFrame
- TextLabel_22.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_22.BackgroundTransparency = 1.000
- TextLabel_22.Position = UDim2.new(-0.00500000268, 0, 0.699328959, 0)
- TextLabel_22.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_22.Font = Enum.Font.SourceSans
- TextLabel_22.Text = "Clip"
- TextLabel_22.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_22.TextScaled = true
- TextLabel_22.TextSize = 14.000
- TextLabel_22.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_22.TextWrapped = true
- TextLabel_23.Parent = ScrollingFrame
- TextLabel_23.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_23.BackgroundTransparency = 1.000
- TextLabel_23.Position = UDim2.new(-0.00500000268, 0, 0.732886016, 0)
- TextLabel_23.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_23.Font = Enum.Font.SourceSans
- TextLabel_23.Text = "Admin"
- TextLabel_23.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_23.TextScaled = true
- TextLabel_23.TextSize = 14.000
- TextLabel_23.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_23.TextWrapped = true
- TextLabel_24.Parent = ScrollingFrame
- TextLabel_24.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_24.BackgroundTransparency = 1.000
- TextLabel_24.Position = UDim2.new(-0.00500000268, 0, 0.766443074, 0)
- TextLabel_24.Size = UDim2.new(0, 200, 0, 25)
- TextLabel_24.Font = Enum.Font.SourceSans
- TextLabel_24.Text = "UnAdmin"
- TextLabel_24.TextColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_24.TextScaled = true
- TextLabel_24.TextSize = 14.000
- TextLabel_24.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
- TextLabel_24.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement