CreeperReaper48

Explorer

May 19th, 2018
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1.  
  2.  
  3. -- Objects
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local ExplorerPanel = Instance.new("Frame")
  7.  
  8. -- Properties
  9.  
  10. ScreenGui.Parent = game.StarterGui
  11.  
  12. ExplorerPanel.Name = "ExplorerPanel"
  13. ExplorerPanel.Parent = ScreenGui
  14. ExplorerPanel.BackgroundColor3 = Color3.new(1, 1, 1)
  15. ExplorerPanel.BackgroundTransparency = 0.10000000149012
  16. ExplorerPanel.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  17. ExplorerPanel.Position = UDim2.new(1, -308, 0, 160)
  18. ExplorerPanel.Size = UDim2.new(0, 300, 1, -168)
  19.  
  20. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment