Advertisement
Guest User

hi

a guest
Jan 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. --HI DIs a test nub plox jfeuhfue
  2.  
  3. local MainFrame = Instance.new("Frame")
  4. local bar = Instance.new("Frame")
  5.  
  6.  
  7.  
  8. MainFrame.Name = "MainFrame"
  9. MainFrame.Parent = game.StarterGui.hi
  10. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  11. MainFrame.Position = UDim2.new(0.447513819, 0, 0.494684249, 0)
  12. MainFrame.Size = UDim2.new(0, 163, 0, 198)
  13.  
  14. bar.Name = "bar"
  15. bar.Parent = MainFrame
  16. bar.BackgroundColor3 = Color3.new(1, 0, 0)
  17. bar.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  18. bar.Position = UDim2.new(0, 0, -0.0707070529, 0)
  19. bar.Size = UDim2.new(0, 163, 0, 25)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement