Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local ExplorerPanel = Instance.new("Frame")
- -- Properties
- ScreenGui.Parent = game.StarterGui
- ExplorerPanel.Name = "ExplorerPanel"
- ExplorerPanel.Parent = ScreenGui
- ExplorerPanel.BackgroundColor3 = Color3.new(1, 1, 1)
- ExplorerPanel.BackgroundTransparency = 0.10000000149012
- ExplorerPanel.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902)
- ExplorerPanel.Position = UDim2.new(1, -308, 0, 160)
- ExplorerPanel.Size = UDim2.new(0, 300, 1, -168)
- -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment