Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. -- Objects
  2.  
  3. local c0smicUE = Instance.new("Frame")
  4. local bar = Instance.new("Frame")
  5. local Dex = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7.  
  8. -- Properties
  9.  
  10. c0smicUE.Name = "c0smicU E"
  11. c0smicUE.Parent = game.StarterGui["c0smicU Elite"]
  12. c0smicUE.Active = true
  13. c0smicUE.BackgroundColor3 = Color3.new(0.556863, 0.623529, 1)
  14. c0smicUE.BorderSizePixel = 0
  15. c0smicUE.Draggable = true
  16. c0smicUE.Position = UDim2.new(0.15046297, 0, 0.304609209, 0)
  17. c0smicUE.Selectable = true
  18. c0smicUE.Size = UDim2.new(0, 442, 0, 492)
  19.  
  20. bar.Name = "bar"
  21. bar.Parent = c0smicUE
  22. bar.BackgroundColor3 = Color3.new(0.411765, 0.482353, 0.819608)
  23. bar.BorderSizePixel = 0
  24. bar.Size = UDim2.new(0, 442, 0, 49)
  25.  
  26. Dex.Name = "Dex"
  27. Dex.Parent = c0smicUE
  28. Dex.BackgroundColor3 = Color3.new(1, 1, 1)
  29. Dex.BorderSizePixel = 0
  30. Dex.Position = UDim2.new(0, 0, 0.119918697, 0)
  31. Dex.Size = UDim2.new(0, 134, 0, 50)
  32.  
  33. TextButton.Parent = Dex
  34. TextButton.BackgroundColor3 = Color3.new(0.329412, 0.337255, 0.819608)
  35. TextButton.BorderSizePixel = 0
  36. TextButton.Position = UDim2.new(0, 0, -8.13007355e-05, 0)
  37. TextButton.Size = UDim2.new(0, 134, 0, 50)
  38. TextButton.Font = Enum.Font.SourceSans
  39. TextButton.Text = "Dex"
  40. TextButton.TextColor3 = Color3.new(0, 0, 0)
  41. TextButton.TextScaled = true
  42. TextButton.TextSize = 14
  43. TextButton.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement