Advertisement
_Jigoku_

WaypointsMenu UI

Jan 19th, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.46 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local WaypointsMenu = Instance.new("ScreenGui")
  7. local Contents = Instance.new("Frame")
  8. local Framework = Instance.new("Folder")
  9. local Background = Instance.new("Frame")
  10. local List = Instance.new("Frame")
  11. local UIListLayout = Instance.new("UIListLayout")
  12. local Prefabs = Instance.new("Folder")
  13. local frameTemplate = Instance.new("Frame")
  14. local Label = Instance.new("TextLabel")
  15. local Options = Instance.new("Frame")
  16. local UIListLayout_2 = Instance.new("UIListLayout")
  17. local Tele = Instance.new("TextButton")
  18. local Toggle = Instance.new("TextButton")
  19. local Delete = Instance.new("TextButton")
  20. local Distance = Instance.new("TextLabel")
  21. local Color = Instance.new("Frame")
  22.  
  23. --Properties:
  24.  
  25. WaypointsMenu.Name = "WaypointsMenu"
  26. WaypointsMenu.Enabled = false
  27. WaypointsMenu.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  28.  
  29. Contents.Name = "Contents"
  30. Contents.Parent = WaypointsMenu
  31. Contents.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. Contents.BackgroundTransparency = 1.000
  33. Contents.BorderSizePixel = 0
  34. Contents.Size = UDim2.new(1, 0, 1, 0)
  35.  
  36. Framework.Name = "Framework"
  37. Framework.Parent = Contents
  38.  
  39. Background.Name = "Background"
  40. Background.Parent = Framework
  41. Background.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  42. Background.BackgroundTransparency = 0.500
  43. Background.Position = UDim2.new(0, 0, 0, -36)
  44. Background.Size = UDim2.new(1, 0, 1, 36)
  45. Background.ZIndex = 0
  46.  
  47. List.Name = "List"
  48. List.Parent = Contents
  49. List.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. List.BackgroundTransparency = 0.900
  51. List.Position = UDim2.new(0.0250000004, 0, 0.0500000007, 0)
  52. List.Size = UDim2.new(0.949999988, 0, 0.800000012, 0)
  53.  
  54. UIListLayout.Parent = List
  55. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  56.  
  57. Prefabs.Name = "Prefabs"
  58. Prefabs.Parent = WaypointsMenu
  59.  
  60. frameTemplate.Name = "frameTemplate"
  61. frameTemplate.Parent = Prefabs
  62. frameTemplate.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  63. frameTemplate.BackgroundTransparency = 0.900
  64. frameTemplate.Size = UDim2.new(1, 0, 0, 35)
  65. frameTemplate.Visible = false
  66.  
  67. Label.Name = "Label"
  68. Label.Parent = frameTemplate
  69. Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  70. Label.BackgroundTransparency = 1.000
  71. Label.BorderSizePixel = 0
  72. Label.Position = UDim2.new(0.150000006, 0, 0.100000001, 0)
  73. Label.Size = UDim2.new(0.349999994, 0, 0.800000012, 0)
  74. Label.Font = Enum.Font.SourceSansSemibold
  75. Label.Text = "Home"
  76. Label.TextColor3 = Color3.fromRGB(150, 255, 50)
  77. Label.TextScaled = true
  78. Label.TextSize = 14.000
  79. Label.TextStrokeTransparency = 0.500
  80. Label.TextWrapped = true
  81. Label.TextXAlignment = Enum.TextXAlignment.Left
  82.  
  83. Options.Name = "Options"
  84. Options.Parent = frameTemplate
  85. Options.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  86. Options.BackgroundTransparency = 1.000
  87. Options.BorderSizePixel = 0
  88. Options.Position = UDim2.new(0.5, -5, 0, 0)
  89. Options.Size = UDim2.new(0.5, 0, 1, 0)
  90.  
  91. UIListLayout_2.Parent = Options
  92. UIListLayout_2.FillDirection = Enum.FillDirection.Horizontal
  93. UIListLayout_2.HorizontalAlignment = Enum.HorizontalAlignment.Right
  94. UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  95. UIListLayout_2.VerticalAlignment = Enum.VerticalAlignment.Center
  96. UIListLayout_2.Padding = UDim.new(0, 5)
  97.  
  98. Tele.Name = "Tele"
  99. Tele.Parent = Options
  100. Tele.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  101. Tele.BackgroundTransparency = 0.900
  102. Tele.Position = UDim2.new(0.899999976, -5, 0.100000001, 0)
  103. Tele.Size = UDim2.new(0.150000006, 0, 0.800000012, 0)
  104. Tele.Font = Enum.Font.SourceSans
  105. Tele.Text = "Teleport"
  106. Tele.TextColor3 = Color3.fromRGB(0, 0, 0)
  107. Tele.TextScaled = true
  108. Tele.TextSize = 14.000
  109. Tele.TextTransparency = 0.500
  110. Tele.TextWrapped = true
  111.  
  112. Toggle.Name = "Toggle"
  113. Toggle.Parent = Options
  114. Toggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  115. Toggle.BackgroundTransparency = 0.900
  116. Toggle.Position = UDim2.new(0.899999976, -5, 0.100000001, 0)
  117. Toggle.Size = UDim2.new(0.125, 0, 0.800000012, 0)
  118. Toggle.Font = Enum.Font.SourceSans
  119. Toggle.Text = "On"
  120. Toggle.TextColor3 = Color3.fromRGB(160, 255, 116)
  121. Toggle.TextScaled = true
  122. Toggle.TextSize = 14.000
  123. Toggle.TextTransparency = 0.500
  124. Toggle.TextWrapped = true
  125.  
  126. Delete.Name = "Delete"
  127. Delete.Parent = Options
  128. Delete.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  129. Delete.BackgroundTransparency = 0.900
  130. Delete.Position = UDim2.new(0.899999976, -5, 0.100000001, 0)
  131. Delete.Size = UDim2.new(0.125, 0, 0.800000012, 0)
  132. Delete.Font = Enum.Font.SourceSans
  133. Delete.Text = "Delete"
  134. Delete.TextColor3 = Color3.fromRGB(255, 123, 123)
  135. Delete.TextScaled = true
  136. Delete.TextSize = 14.000
  137. Delete.TextTransparency = 0.500
  138. Delete.TextWrapped = true
  139.  
  140. Distance.Name = "Distance"
  141. Distance.Parent = frameTemplate
  142. Distance.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  143. Distance.BackgroundTransparency = 1.000
  144. Distance.BorderSizePixel = 0
  145. Distance.Position = UDim2.new(0.0270000007, 5, 0.100000001, 0)
  146. Distance.Size = UDim2.new(0.100000001, 0, 0.800000012, 0)
  147. Distance.Font = Enum.Font.SourceSansSemibold
  148. Distance.Text = "5stds"
  149. Distance.TextColor3 = Color3.fromRGB(150, 255, 50)
  150. Distance.TextScaled = true
  151. Distance.TextSize = 14.000
  152. Distance.TextStrokeTransparency = 0.500
  153. Distance.TextWrapped = true
  154. Distance.TextXAlignment = Enum.TextXAlignment.Left
  155.  
  156. Color.Name = "Color"
  157. Color.Parent = frameTemplate
  158. Color.BackgroundColor3 = Color3.fromRGB(150, 255, 50)
  159. Color.Position = UDim2.new(0, 5, 0, 6)
  160. Color.Size = UDim2.new(0.699999988, 0, 0.699999988, 0)
  161. Color.SizeConstraint = Enum.SizeConstraint.RelativeYY
  162.  
  163. _G.MenuUI = WaypointsMenu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement