Advertisement
LucidScripts

Luna Gui UNTITLED BOXING

Aug 5th, 2023 (edited)
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.27 KB | Source Code | 0 0
  1. local LunaUntitledBoxingGui = {}
  2. LunaUntitledBoxingGui.main_part= nil
  3. LunaUntitledBoxingGui.second_part= nil
  4. local FramesInTotalNormal = 2
  5. local FramesInTotalSetting = 1
  6.  
  7.  
  8.  
  9. local main_part = Instance.new("Part")
  10. main_part.Anchored = true
  11. main_part.BottomSurface = Enum.SurfaceType.Smooth
  12. main_part.BrickColor = BrickColor.new(0.2392157018184662, 0.08235294371843338, 0.5215686559677124)
  13. main_part.CFrame = CFrame.fromMatrix(Vector3.new(-24.25299072265625, 3.435805320739746, -8.051576614379883), Vector3.new(0.9391925930976868, 1.3995060221816402e-08, -0.34339094161987305), Vector3.new(0.09587069600820541, 0.9602363109588623, 0.26221147179603577), Vector3.new(0.3297363519668579, -0.2791881859302521, 0.901846706867218))
  14. main_part.Color = Color3.new(0.270588, 0, 0.407843)
  15. main_part.Massless = true
  16. main_part.Material = Enum.Material.Neon
  17. main_part.Orientation = Vector3.new(16.209999084472656, 20.079999923706055, 0)
  18. main_part.Rotation = Vector3.new(17.200000762939453, 19.25, -5.829999923706055)
  19. main_part.Size = Vector3.new(5.445587158203125, 0.8587074279785156, 0.38677978515625)
  20. main_part.TopSurface = Enum.SurfaceType.Smooth
  21. main_part.Size = Vector3.new(5.445587158203125, 0.8587074279785156, 0.38677978515625)
  22. main_part.Name = "MainPart"
  23. main_part.Parent = workspace
  24. main_part.CanCollide = false
  25. main_part.Transparency = 0.6
  26.  
  27.  
  28.  
  29. local sections_part = Instance.new("Part")
  30. sections_part.Anchored = true
  31. sections_part.BottomSurface = Enum.SurfaceType.Smooth
  32. sections_part.BrickColor = BrickColor.new(0.2392157018184662, 0.08235294371843338, 0.5215686559677124)
  33. sections_part.CFrame = CFrame.fromMatrix(Vector3.new(-24.44642448425293, 1.4983912706375122, -8.580625534057617), Vector3.new(0.9391925930976868, 1.3995060221816402e-08, -0.34339094161987305), Vector3.new(0.09587069600820541, 0.9602363109588623, 0.26221147179603577), Vector3.new(0.3297363519668579, -0.2791881859302521, 0.901846706867218))
  34. sections_part.Color = Color3.new(0.270588, 0, 0.407843)
  35. sections_part.Massless = true
  36. sections_part.Material = Enum.Material.Neon
  37. sections_part.Orientation = Vector3.new(16.209999084472656, 20.079999923706055, 0)
  38. sections_part.Rotation = Vector3.new(17.200000762939453, 19.25, -5.829999923706055)
  39. sections_part.Size = Vector3.new(5.445587158203125, 3.0084238052368164, 0.38677978515625)
  40. sections_part.TopSurface = Enum.SurfaceType.Smooth
  41. sections_part.Size = Vector3.new(5.445587158203125, 3.0084238052368164, 0.38677978515625)
  42. sections_part.Name = "SectionsPart"
  43. sections_part.Parent = main_part
  44. sections_part.CanCollide = false
  45. sections_part.Transparency = 0.6
  46.  
  47.  
  48. LunaUntitledBoxingGui.main_part = main_part
  49. LunaUntitledBoxingGui.second_part= sections_part
  50.  
  51.  
  52. local surface_gui = Instance.new("SurfaceGui")
  53. surface_gui.AlwaysOnTop = true
  54. surface_gui.Brightness = 6
  55. surface_gui.ClipsDescendants = true
  56. surface_gui.LightInfluence = 100
  57. surface_gui.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
  58. surface_gui.ResetOnSpawn = true
  59. surface_gui.ZIndexBehavior = Enum.ZIndexBehavior.Global
  60. surface_gui.Parent = sections_part
  61.  
  62. local folder_sections = Instance.new("Folder")
  63. folder_sections.Name = "FolderSections"
  64. folder_sections.Parent = surface_gui
  65.  
  66. local section2 = Instance.new("Frame")
  67. section2.BackgroundColor3 = Color3.new(1, 1, 1)
  68. section2.BackgroundTransparency = 1
  69. section2.BorderColor3 = Color3.new(0, 0, 0)
  70. section2.BorderSizePixel = 0
  71. section2.Position = UDim2.new(0, 4, 0, 4)
  72. section2.Size = UDim2.new(0, 267, 0, 146)
  73. section2.Visible = false
  74. section2.ZIndex = 0
  75. section2.Name = "Section2"
  76. section2.Parent = folder_sections
  77.  
  78.  
  79. local uilist_layout = Instance.new("UIListLayout")
  80. uilist_layout.Padding = UDim.new(0.05000000074505806, 5)
  81. uilist_layout.VerticalAlignment = Enum.VerticalAlignment.Center
  82. uilist_layout.Parent = section2
  83.  
  84.  
  85.  
  86. function LunaUntitledBoxingGui.AddNewSection(IsSetting)
  87. local FrameNumber
  88. if IsSetting then
  89. FrameNumber = (FramesInTotalSetting + 1)
  90. else
  91. FrameNumber = (FramesInTotalNormal + 1)
  92. end
  93. local section = Instance.new("Frame")
  94. section.BackgroundColor3 = Color3.new(1, 1, 1)
  95. section.BackgroundTransparency = 1
  96. section.BorderColor3 = Color3.new(0, 0, 0)
  97. section.BorderSizePixel = 0
  98. section.Position = UDim2.new(0, 4, 0, 4)
  99. section.Size = UDim2.new(0, 267, 0, 146)
  100. section.Visible = false
  101. section.ZIndex = 0
  102.  
  103. if IsSetting then
  104. section.Name = "SettingSection"..(tostring(FrameNumber))
  105. else
  106. section.Name = "Section"..(tostring(FrameNumber))
  107. end
  108. section.Parent = folder_sections
  109.  
  110.  
  111. local uilist_layout = Instance.new("UIListLayout")
  112. uilist_layout.Padding = UDim.new(0.05000000074505806, 5)
  113. uilist_layout.VerticalAlignment = Enum.VerticalAlignment.Center
  114. uilist_layout.Parent = section
  115.  
  116.  
  117. return section
  118. end
  119.  
  120. function LunaUntitledBoxingGui.TextBoxPreview(ButtonName,NameText,DefaultText)
  121.  
  122. local TextButtonPreview = Instance.new("TextButton")
  123. TextButtonPreview.Font = Enum.Font.Michroma
  124. TextButtonPreview.LineHeight = 3
  125. TextButtonPreview.RichText = true
  126. TextButtonPreview.Text = NameText
  127. TextButtonPreview.TextColor3 = Color3.new(1, 1, 1)
  128. TextButtonPreview.TextSize = 17
  129. TextButtonPreview.TextWrapped = true
  130. TextButtonPreview.TextXAlignment = Enum.TextXAlignment.Left
  131. TextButtonPreview.TextYAlignment = Enum.TextYAlignment.Top
  132. TextButtonPreview.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  133. TextButtonPreview.BackgroundTransparency = 1
  134. TextButtonPreview.BorderColor3 = Color3.new(0, 0, 0)
  135. TextButtonPreview.BorderSizePixel = 0
  136. TextButtonPreview.Position = UDim2.new(0, 10, 0, 90)
  137. TextButtonPreview.Size = UDim2.new(0, 120, 0, 30)
  138. TextButtonPreview.Visible = false
  139. TextButtonPreview.Name = ButtonName
  140. TextButtonPreview.Parent = nil
  141.  
  142.  
  143. local uigradient = Instance.new("UIGradient")
  144. uigradient.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(0.658824, 0.658824, 0.658824))})
  145. uigradient.Rotation = -39
  146. uigradient.Parent = TextButtonPreview
  147.  
  148. local text_box = Instance.new("TextBox")
  149. text_box.Font = Enum.Font.Michroma
  150. text_box.PlaceholderColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  151. text_box.PlaceholderText = "Text here"
  152. text_box.RichText = true
  153. text_box.Text = DefaultText
  154. text_box.TextColor3 = Color3.new(1, 1, 1)
  155. text_box.TextSize = 15
  156. text_box.TextWrapped = true
  157. text_box.BackgroundColor3 = Color3.new(1, 1, 1)
  158. text_box.BackgroundTransparency = 1
  159. text_box.BorderColor3 = Color3.new(0, 0, 0)
  160. text_box.BorderSizePixel = 0
  161. text_box.Position = UDim2.new(0, 0, 0, 18)
  162. text_box.Size = UDim2.new(0, 145, 0, 17)
  163. text_box.Visible = true
  164. text_box.ZIndex = 2
  165. text_box.Parent = TextButtonPreview
  166.  
  167. local uistroke = Instance.new("UIStroke")
  168. uistroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  169. uistroke.Color = Color3.new(1, 1, 1)
  170. uistroke.Thickness = 0.9800000190734863
  171. uistroke.Parent = text_box
  172.  
  173.  
  174. return TextButtonPreview
  175. end
  176.  
  177. function LunaUntitledBoxingGui.OptionButton(ButtonName,NameText,DefaultText)
  178. local Optionian = Instance.new("TextButton")
  179. Optionian.Font = Enum.Font.Michroma
  180. Optionian.Text = DefaultText
  181. Optionian.TextColor3 = Color3.new(1, 1, 1)
  182. Optionian.TextSize = 17
  183. Optionian.TextWrapped = true
  184. Optionian.Modal = true
  185. Optionian.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  186. Optionian.BackgroundTransparency = 1
  187. Optionian.BorderColor3 = Color3.new(0, 0, 0)
  188. Optionian.BorderSizePixel = 0
  189. Optionian.Position = UDim2.new(0, 10, 0, 20)
  190. Optionian.Size = UDim2.new(0, 29, 0, 25)
  191. Optionian.Visible = true
  192. Optionian.Name = ButtonName
  193. Optionian.Parent = nil
  194.  
  195. local uistroke_4 = Instance.new("UIStroke")
  196. uistroke_4.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  197. uistroke_4.Color = Color3.new(1, 1, 1)
  198. uistroke_4.Thickness = 0.9800000190734863
  199. uistroke_4.Parent = Optionian
  200.  
  201. local uigradient_4 = Instance.new("UIGradient")
  202. uigradient_4.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(0.658824, 0.658824, 0.658824))})
  203. uigradient_4.Rotation = -39
  204. uigradient_4.Parent = Optionian
  205.  
  206. local option_text = Instance.new("TextLabel")
  207. option_text.Font = Enum.Font.Michroma
  208. option_text.RichText = true
  209. option_text.Text = NameText
  210. option_text.TextColor3 = Color3.new(1, 1, 1)
  211. option_text.TextSize = 18
  212. option_text.TextWrapped = true
  213. option_text.BackgroundColor3 = Color3.new(1, 1, 1)
  214. option_text.BackgroundTransparency = 1
  215. option_text.BorderColor3 = Color3.new(0, 0, 0)
  216. option_text.BorderSizePixel = 0
  217. option_text.Position = UDim2.new(0, 35, 0, 0)
  218. option_text.Size = UDim2.new(0, 145, 0, 25)
  219. option_text.Visible = true
  220. option_text.Name = "OptionText"
  221. option_text.Parent = Optionian
  222.  
  223. local uistroke_5 = Instance.new("UIStroke")
  224. uistroke_5.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  225. uistroke_5.Color = Color3.new(1, 1, 1)
  226. uistroke_5.Thickness = 0.9800000190734863
  227. uistroke_5.Parent = option_text
  228. return Optionian
  229. end
  230.  
  231.  
  232.  
  233. local prediction = Instance.new("TextButton")
  234. prediction.Font = Enum.Font.Michroma
  235. prediction.LineHeight = 3
  236. prediction.RichText = true
  237. prediction.Text = "Predictions"
  238. prediction.TextColor3 = Color3.new(1, 1, 1)
  239. prediction.TextSize = 17
  240. prediction.TextWrapped = true
  241. prediction.TextXAlignment = Enum.TextXAlignment.Left
  242. prediction.TextYAlignment = Enum.TextYAlignment.Top
  243. prediction.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  244. prediction.BackgroundTransparency = 1
  245. prediction.BorderColor3 = Color3.new(0, 0, 0)
  246. prediction.BorderSizePixel = 0
  247. prediction.Position = UDim2.new(0, 10, 0, 90)
  248. prediction.Size = UDim2.new(0, 120, 0, 30)
  249. prediction.Visible = true
  250. prediction.Name = "Prediction"
  251. prediction.Parent = section2
  252.  
  253.  
  254. local uigradient = Instance.new("UIGradient")
  255. uigradient.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(0.658824, 0.658824, 0.658824))})
  256. uigradient.Rotation = -39
  257. uigradient.Parent = prediction
  258.  
  259. local text_box = Instance.new("TextBox")
  260. text_box.Font = Enum.Font.Michroma
  261. text_box.PlaceholderColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  262. text_box.PlaceholderText = "Text here"
  263. text_box.RichText = true
  264. text_box.Text = "15.5"
  265. text_box.TextColor3 = Color3.new(1, 1, 1)
  266. text_box.TextSize = 15
  267. text_box.TextWrapped = true
  268. text_box.BackgroundColor3 = Color3.new(1, 1, 1)
  269. text_box.BackgroundTransparency = 1
  270. text_box.BorderColor3 = Color3.new(0, 0, 0)
  271. text_box.BorderSizePixel = 0
  272. text_box.Position = UDim2.new(0, 0, 0, 18)
  273. text_box.Size = UDim2.new(0, 145, 0, 17)
  274. text_box.Visible = true
  275. text_box.ZIndex = 2
  276. text_box.Parent = prediction
  277.  
  278. local uistroke = Instance.new("UIStroke")
  279. uistroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  280. uistroke.Color = Color3.new(1, 1, 1)
  281. uistroke.Thickness = 0.9800000190734863
  282. uistroke.Parent = text_box
  283.  
  284. local range = Instance.new("TextButton")
  285. range.Font = Enum.Font.Michroma
  286. range.LineHeight = 3
  287. range.RichText = true
  288. range.Text = "Range"
  289. range.TextColor3 = Color3.new(1, 1, 1)
  290. range.TextSize = 17
  291. range.TextWrapped = true
  292. range.TextXAlignment = Enum.TextXAlignment.Left
  293. range.TextYAlignment = Enum.TextYAlignment.Top
  294. range.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  295. range.BackgroundTransparency = 1
  296. range.BorderColor3 = Color3.new(0, 0, 0)
  297. range.BorderSizePixel = 0
  298. range.Position = UDim2.new(0, 10, 0, 90)
  299. range.Size = UDim2.new(0, 120, 0, 30)
  300. range.Visible = true
  301. range.Name = "Range"
  302. range.Parent = section2
  303.  
  304. local uigradient_2 = Instance.new("UIGradient")
  305. uigradient_2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(0.658824, 0.658824, 0.658824))})
  306. uigradient_2.Rotation = -39
  307. uigradient_2.Parent = range
  308.  
  309. local text_box_2 = Instance.new("TextBox")
  310. text_box_2.Font = Enum.Font.Michroma
  311. text_box_2.PlaceholderColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  312. text_box_2.PlaceholderText = "Text here"
  313. text_box_2.RichText = true
  314. text_box_2.Text = "8"
  315. text_box_2.TextColor3 = Color3.new(1, 1, 1)
  316. text_box_2.TextSize = 15
  317. text_box_2.TextWrapped = true
  318. text_box_2.BackgroundColor3 = Color3.new(1, 1, 1)
  319. text_box_2.BackgroundTransparency = 1
  320. text_box_2.BorderColor3 = Color3.new(0, 0, 0)
  321. text_box_2.BorderSizePixel = 0
  322. text_box_2.Position = UDim2.new(0, 0, 0, 18)
  323. text_box_2.Size = UDim2.new(0, 145, 0, 17)
  324. text_box_2.Visible = true
  325. text_box_2.ZIndex = 2
  326. text_box_2.Parent = range
  327.  
  328. local uistroke_2 = Instance.new("UIStroke")
  329. uistroke_2.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  330. uistroke_2.Color = Color3.new(1, 1, 1)
  331. uistroke_2.Thickness = 0.9800000190734863
  332. uistroke_2.Parent = text_box_2
  333.  
  334. local full_charge_prediction = Instance.new("TextButton")
  335. full_charge_prediction.Font = Enum.Font.Michroma
  336. full_charge_prediction.LineHeight = 3
  337. full_charge_prediction.RichText = true
  338. full_charge_prediction.Text = "Charge Pred"
  339. full_charge_prediction.TextColor3 = Color3.new(1, 1, 1)
  340. full_charge_prediction.TextSize = 17
  341. full_charge_prediction.TextWrapped = true
  342. full_charge_prediction.TextXAlignment = Enum.TextXAlignment.Left
  343. full_charge_prediction.TextYAlignment = Enum.TextYAlignment.Top
  344. full_charge_prediction.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  345. full_charge_prediction.BackgroundTransparency = 1
  346. full_charge_prediction.BorderColor3 = Color3.new(0, 0, 0)
  347. full_charge_prediction.BorderSizePixel = 0
  348. full_charge_prediction.Position = UDim2.new(0, 10, 0, 90)
  349. full_charge_prediction.Size = UDim2.new(0, 120, 0, 30)
  350. full_charge_prediction.Visible = true
  351. full_charge_prediction.Name = "FullChargePrediction"
  352. full_charge_prediction.Parent = section2
  353.  
  354. local uigradient_3 = Instance.new("UIGradient")
  355. uigradient_3.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(0.658824, 0.658824, 0.658824))})
  356. uigradient_3.Rotation = -39
  357. uigradient_3.Parent = full_charge_prediction
  358.  
  359. local text_box_3 = Instance.new("TextBox")
  360. text_box_3.Font = Enum.Font.Michroma
  361. text_box_3.PlaceholderColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  362. text_box_3.PlaceholderText = "Text here"
  363. text_box_3.RichText = true
  364. text_box_3.Text = ".8"
  365. text_box_3.TextColor3 = Color3.new(1, 1, 1)
  366. text_box_3.TextSize = 15
  367. text_box_3.TextWrapped = true
  368. text_box_3.BackgroundColor3 = Color3.new(1, 1, 1)
  369. text_box_3.BackgroundTransparency = 1
  370. text_box_3.BorderColor3 = Color3.new(0, 0, 0)
  371. text_box_3.BorderSizePixel = 0
  372. text_box_3.Position = UDim2.new(0, 0, 0, 18)
  373. text_box_3.Size = UDim2.new(0, 145, 0, 17)
  374. text_box_3.Visible = true
  375. text_box_3.ZIndex = 2
  376. text_box_3.Parent = full_charge_prediction
  377.  
  378. local uistroke_3 = Instance.new("UIStroke")
  379. uistroke_3.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  380. uistroke_3.Color = Color3.new(1, 1, 1)
  381. uistroke_3.Thickness = 0.9800000190734863
  382. uistroke_3.Parent = text_box_3
  383.  
  384. local section1 = Instance.new("Frame")
  385. section1.BackgroundColor3 = Color3.new(1, 1, 1)
  386. section1.BackgroundTransparency = 1
  387. section1.BorderColor3 = Color3.new(0, 0, 0)
  388. section1.BorderSizePixel = 0
  389. section1.Position = UDim2.new(0, 4, 0, 4)
  390. section1.Size = UDim2.new(0, 267, 0, 146)
  391. section1.Visible = false
  392. section1.ZIndex = 0
  393. section1.Name = "Section1"
  394. section1.Parent = folder_sections
  395.  
  396. local option_auto_dodge = Instance.new("TextButton")
  397. option_auto_dodge.Font = Enum.Font.Michroma
  398. option_auto_dodge.Text = "◻"
  399. option_auto_dodge.TextColor3 = Color3.new(1, 1, 1)
  400. option_auto_dodge.TextSize = 17
  401. option_auto_dodge.TextWrapped = true
  402. option_auto_dodge.Modal = true
  403. option_auto_dodge.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  404. option_auto_dodge.BackgroundTransparency = 1
  405. option_auto_dodge.BorderColor3 = Color3.new(0, 0, 0)
  406. option_auto_dodge.BorderSizePixel = 0
  407. option_auto_dodge.Position = UDim2.new(0, 10, 0, 20)
  408. option_auto_dodge.Size = UDim2.new(0, 29, 0, 25)
  409. option_auto_dodge.Visible = true
  410. option_auto_dodge.Name = "OptionAutoDodge"
  411. option_auto_dodge.Parent = section1
  412.  
  413. local uistroke_4 = Instance.new("UIStroke")
  414. uistroke_4.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  415. uistroke_4.Color = Color3.new(1, 1, 1)
  416. uistroke_4.Thickness = 0.9800000190734863
  417. uistroke_4.Parent = option_auto_dodge
  418.  
  419. local uigradient_4 = Instance.new("UIGradient")
  420. uigradient_4.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(0.658824, 0.658824, 0.658824))})
  421. uigradient_4.Rotation = -39
  422. uigradient_4.Parent = option_auto_dodge
  423.  
  424. local option_text = Instance.new("TextLabel")
  425. option_text.Font = Enum.Font.Michroma
  426. option_text.RichText = true
  427. option_text.Text = "Auto Dodge"
  428. option_text.TextColor3 = Color3.new(1, 1, 1)
  429. option_text.TextSize = 18
  430. option_text.TextWrapped = true
  431. option_text.BackgroundColor3 = Color3.new(1, 1, 1)
  432. option_text.BackgroundTransparency = 1
  433. option_text.BorderColor3 = Color3.new(0, 0, 0)
  434. option_text.BorderSizePixel = 0
  435. option_text.Position = UDim2.new(0, 35, 0, 0)
  436. option_text.Size = UDim2.new(0, 145, 0, 25)
  437. option_text.Visible = true
  438. option_text.Name = "OptionText"
  439. option_text.Parent = option_auto_dodge
  440.  
  441. local uistroke_5 = Instance.new("UIStroke")
  442. uistroke_5.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  443. uistroke_5.Color = Color3.new(1, 1, 1)
  444. uistroke_5.Thickness = 0.9800000190734863
  445. uistroke_5.Parent = option_text
  446.  
  447. local option_notifs = Instance.new("TextButton")
  448. option_notifs.Font = Enum.Font.Michroma
  449. option_notifs.Text = "◻"
  450. option_notifs.TextColor3 = Color3.new(1, 1, 1)
  451. option_notifs.TextSize = 17
  452. option_notifs.TextWrapped = true
  453. option_notifs.Modal = true
  454. option_notifs.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  455. option_notifs.BackgroundTransparency = 1
  456. option_notifs.BorderColor3 = Color3.new(0, 0, 0)
  457. option_notifs.BorderSizePixel = 0
  458. option_notifs.Position = UDim2.new(0, 10, 0, 20)
  459. option_notifs.Size = UDim2.new(0, 29, 0, 25)
  460. option_notifs.Visible = true
  461. option_notifs.Name = "OptionNotifs"
  462. option_notifs.Parent = section1
  463.  
  464. local uistroke_6 = Instance.new("UIStroke")
  465. uistroke_6.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  466. uistroke_6.Color = Color3.new(1, 1, 1)
  467. uistroke_6.Thickness = 0.9800000190734863
  468. uistroke_6.Parent = option_notifs
  469.  
  470. local uigradient_5 = Instance.new("UIGradient")
  471. uigradient_5.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(0.658824, 0.658824, 0.658824))})
  472. uigradient_5.Rotation = -39
  473. uigradient_5.Parent = option_notifs
  474.  
  475. local option_text_2 = Instance.new("TextLabel")
  476. option_text_2.Font = Enum.Font.Michroma
  477. option_text_2.RichText = true
  478. option_text_2.Text = "Notifications"
  479. option_text_2.TextColor3 = Color3.new(1, 1, 1)
  480. option_text_2.TextSize = 18
  481. option_text_2.TextWrapped = true
  482. option_text_2.BackgroundColor3 = Color3.new(1, 1, 1)
  483. option_text_2.BackgroundTransparency = 1
  484. option_text_2.BorderColor3 = Color3.new(0, 0, 0)
  485. option_text_2.BorderSizePixel = 0
  486. option_text_2.Position = UDim2.new(0, 35, 0, 0)
  487. option_text_2.Size = UDim2.new(0, 145, 0, 25)
  488. option_text_2.Visible = true
  489. option_text_2.Name = "OptionText"
  490. option_text_2.Parent = option_notifs
  491.  
  492. local uistroke_7 = Instance.new("UIStroke")
  493. uistroke_7.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  494. uistroke_7.Color = Color3.new(1, 1, 1)
  495. uistroke_7.Thickness = 0.9800000190734863
  496. uistroke_7.Parent = option_text_2
  497.  
  498. local uilist_layout_2 = Instance.new("UIListLayout")
  499. uilist_layout_2.Padding = UDim.new(0.05000000074505806, 5)
  500. uilist_layout_2.Parent = section1
  501.  
  502. local example = Instance.new("Frame")
  503. example.BackgroundColor3 = Color3.new(1, 1, 1)
  504. example.BackgroundTransparency = 1
  505. example.BorderColor3 = Color3.new(0, 0, 0)
  506. example.BorderSizePixel = 0
  507. example.Position = UDim2.new(0, 4, 0, 4)
  508. example.Size = UDim2.new(0, 267, 0, 146)
  509. example.Visible = false
  510. example.ZIndex = 0
  511. example.Name = "Example"
  512. example.Parent = folder_sections
  513.  
  514. local example_text_box = Instance.new("TextButton")
  515. example_text_box.Font = Enum.Font.Michroma
  516. example_text_box.LineHeight = 3
  517. example_text_box.RichText = true
  518. example_text_box.Text = "Example Text"
  519. example_text_box.TextColor3 = Color3.new(1, 1, 1)
  520. example_text_box.TextSize = 17
  521. example_text_box.TextWrapped = true
  522. example_text_box.TextXAlignment = Enum.TextXAlignment.Left
  523. example_text_box.TextYAlignment = Enum.TextYAlignment.Top
  524. example_text_box.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  525. example_text_box.BackgroundTransparency = 1
  526. example_text_box.BorderColor3 = Color3.new(0, 0, 0)
  527. example_text_box.BorderSizePixel = 0
  528. example_text_box.Position = UDim2.new(0, 10, 0, 90)
  529. example_text_box.Size = UDim2.new(0, 120, 0, 30)
  530. example_text_box.Visible = true
  531. example_text_box.Name = "ExampleTextBox"
  532. example_text_box.Parent = example
  533.  
  534. local uigradient_6 = Instance.new("UIGradient")
  535. uigradient_6.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(0.658824, 0.658824, 0.658824))})
  536. uigradient_6.Rotation = -39
  537. uigradient_6.Parent = example_text_box
  538.  
  539. local text_box_4 = Instance.new("TextBox")
  540. text_box_4.Font = Enum.Font.Michroma
  541. text_box_4.PlaceholderColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  542. text_box_4.PlaceholderText = "Text here"
  543. text_box_4.RichText = true
  544. text_box_4.Text = ""
  545. text_box_4.TextColor3 = Color3.new(1, 1, 1)
  546. text_box_4.TextSize = 15
  547. text_box_4.TextWrapped = true
  548. text_box_4.BackgroundColor3 = Color3.new(1, 1, 1)
  549. text_box_4.BackgroundTransparency = 1
  550. text_box_4.BorderColor3 = Color3.new(0, 0, 0)
  551. text_box_4.BorderSizePixel = 0
  552. text_box_4.Position = UDim2.new(0, 0, 0, 18)
  553. text_box_4.Size = UDim2.new(0, 145, 0, 17)
  554. text_box_4.Visible = true
  555. text_box_4.ZIndex = 2
  556. text_box_4.Parent = example_text_box
  557.  
  558. local uistroke_8 = Instance.new("UIStroke")
  559. uistroke_8.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  560. uistroke_8.Color = Color3.new(1, 1, 1)
  561. uistroke_8.Thickness = 0.9800000190734863
  562. uistroke_8.Parent = text_box_4
  563.  
  564. local example_button = Instance.new("TextButton")
  565. example_button.Font = Enum.Font.Michroma
  566. example_button.RichText = true
  567. example_button.Text = "Example Button"
  568. example_button.TextColor3 = Color3.new(1, 1, 1)
  569. example_button.TextScaled = true
  570. example_button.TextSize = 14
  571. example_button.TextWrapped = true
  572. example_button.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  573. example_button.BackgroundTransparency = 1
  574. example_button.BorderColor3 = Color3.new(0, 0, 0)
  575. example_button.BorderSizePixel = 0
  576. example_button.Position = UDim2.new(0, 10, 0, 50)
  577. example_button.Size = UDim2.new(0, 120, 0, 30)
  578. example_button.Visible = true
  579. example_button.Name = "ExampleButton"
  580. example_button.Parent = example
  581.  
  582. local uistroke_9 = Instance.new("UIStroke")
  583. uistroke_9.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  584. uistroke_9.Color = Color3.new(1, 1, 1)
  585. uistroke_9.Thickness = 0.9800000190734863
  586. uistroke_9.Parent = example_button
  587.  
  588. local uigradient_7 = Instance.new("UIGradient")
  589. uigradient_7.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(0.658824, 0.658824, 0.658824))})
  590. uigradient_7.Rotation = -39
  591. uigradient_7.Parent = example_button
  592.  
  593. local uilist_layout_3 = Instance.new("UIListLayout")
  594. uilist_layout_3.Padding = UDim.new(0.05000000074505806, 5)
  595. uilist_layout_3.SortOrder = Enum.SortOrder.LayoutOrder
  596. uilist_layout_3.Parent = example
  597.  
  598. local option_check = Instance.new("TextButton")
  599. option_check.Font = Enum.Font.Michroma
  600. option_check.Text = "◻"
  601. option_check.TextColor3 = Color3.new(1, 1, 1)
  602. option_check.TextSize = 17
  603. option_check.TextWrapped = true
  604. option_check.Modal = true
  605. option_check.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  606. option_check.BackgroundTransparency = 1
  607. option_check.BorderColor3 = Color3.new(0, 0, 0)
  608. option_check.BorderSizePixel = 0
  609. option_check.Position = UDim2.new(0, 10, 0, 20)
  610. option_check.Size = UDim2.new(0, 29, 0, 25)
  611. option_check.Visible = true
  612. option_check.Name = "OptionCheck"
  613. option_check.Parent = example
  614.  
  615. local uistroke_10 = Instance.new("UIStroke")
  616. uistroke_10.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  617. uistroke_10.Color = Color3.new(1, 1, 1)
  618. uistroke_10.Thickness = 0.9800000190734863
  619. uistroke_10.Parent = option_check
  620.  
  621. local uigradient_8 = Instance.new("UIGradient")
  622. uigradient_8.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(0.658824, 0.658824, 0.658824))})
  623. uigradient_8.Rotation = -39
  624. uigradient_8.Parent = option_check
  625.  
  626. local option_text_3 = Instance.new("TextLabel")
  627. option_text_3.Font = Enum.Font.Michroma
  628. option_text_3.RichText = true
  629. option_text_3.Text = "Example Text"
  630. option_text_3.TextColor3 = Color3.new(1, 1, 1)
  631. option_text_3.TextSize = 12
  632. option_text_3.TextWrapped = true
  633. option_text_3.BackgroundColor3 = Color3.new(1, 1, 1)
  634. option_text_3.BackgroundTransparency = 1
  635. option_text_3.BorderColor3 = Color3.new(0, 0, 0)
  636. option_text_3.BorderSizePixel = 0
  637. option_text_3.Position = UDim2.new(0, 35, 0, 0)
  638. option_text_3.Size = UDim2.new(0, 145, 0, 25)
  639. option_text_3.Visible = true
  640. option_text_3.Name = "OptionText"
  641. option_text_3.Parent = option_check
  642.  
  643. local uistroke_11 = Instance.new("UIStroke")
  644. uistroke_11.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  645. uistroke_11.Color = Color3.new(1, 1, 1)
  646. uistroke_11.Thickness = 0.9800000190734863
  647. uistroke_11.Parent = option_text_3
  648.  
  649. local settingsection1 = Instance.new("Frame")
  650. settingsection1.BackgroundColor3 = Color3.new(1, 1, 1)
  651. settingsection1.BackgroundTransparency = 1
  652. settingsection1.BorderColor3 = Color3.new(0, 0, 0)
  653. settingsection1.BorderSizePixel = 0
  654. settingsection1.Position = UDim2.new(0, 4, 0, 4)
  655. settingsection1.Size = UDim2.new(0, 267, 0, 146)
  656. settingsection1.Visible = false
  657. settingsection1.ZIndex = 0
  658. settingsection1.Name = "SettingSection1"
  659. settingsection1.Parent = folder_sections
  660.  
  661. local uilist_layout_4 = Instance.new("UIListLayout")
  662. uilist_layout_4.Padding = UDim.new(0.05000000074505806, 5)
  663. uilist_layout_4.Parent = settingsection1
  664.  
  665. local option_perfect_sound = Instance.new("TextButton")
  666. option_perfect_sound.Font = Enum.Font.Michroma
  667. option_perfect_sound.Text = "◻"
  668. option_perfect_sound.TextColor3 = Color3.new(1, 1, 1)
  669. option_perfect_sound.TextSize = 17
  670. option_perfect_sound.TextWrapped = true
  671. option_perfect_sound.Modal = true
  672. option_perfect_sound.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  673. option_perfect_sound.BackgroundTransparency = 1
  674. option_perfect_sound.BorderColor3 = Color3.new(0, 0, 0)
  675. option_perfect_sound.BorderSizePixel = 0
  676. option_perfect_sound.Position = UDim2.new(0, 10, 0, 20)
  677. option_perfect_sound.Size = UDim2.new(0, 29, 0, 25)
  678. option_perfect_sound.Visible = true
  679. option_perfect_sound.Name = "OptionPerfectSound"
  680. option_perfect_sound.Parent = settingsection1
  681.  
  682. local uistroke_12 = Instance.new("UIStroke")
  683. uistroke_12.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  684. uistroke_12.Color = Color3.new(1, 1, 1)
  685. uistroke_12.Thickness = 0.9800000190734863
  686. uistroke_12.Parent = option_perfect_sound
  687.  
  688. local uigradient_9 = Instance.new("UIGradient")
  689. uigradient_9.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(0.658824, 0.658824, 0.658824))})
  690. uigradient_9.Rotation = -39
  691. uigradient_9.Parent = option_perfect_sound
  692.  
  693. local option_text_4 = Instance.new("TextLabel")
  694. option_text_4.Font = Enum.Font.Michroma
  695. option_text_4.RichText = true
  696. option_text_4.Text = "PerfectDodge Sound"
  697. option_text_4.TextColor3 = Color3.new(1, 1, 1)
  698. option_text_4.TextSize = 13
  699. option_text_4.TextWrapped = true
  700. option_text_4.BackgroundColor3 = Color3.new(1, 1, 1)
  701. option_text_4.BackgroundTransparency = 1
  702. option_text_4.BorderColor3 = Color3.new(0, 0, 0)
  703. option_text_4.BorderSizePixel = 0
  704. option_text_4.Position = UDim2.new(0, 35, 0, 0)
  705. option_text_4.Size = UDim2.new(0, 145, 0, 25)
  706. option_text_4.Visible = true
  707. option_text_4.Name = "OptionText"
  708. option_text_4.Parent = option_perfect_sound
  709.  
  710. local uistroke_13 = Instance.new("UIStroke")
  711. uistroke_13.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  712. uistroke_13.Color = Color3.new(1, 1, 1)
  713. uistroke_13.Thickness = 0.9800000190734863
  714. uistroke_13.Parent = option_text_4
  715.  
  716. local perfect_dodge_sound_id = Instance.new("TextButton")
  717. perfect_dodge_sound_id.Font = Enum.Font.Michroma
  718. perfect_dodge_sound_id.LineHeight = 3
  719. perfect_dodge_sound_id.RichText = true
  720. perfect_dodge_sound_id.Text = "PD SoundId"
  721. perfect_dodge_sound_id.TextColor3 = Color3.new(1, 1, 1)
  722. perfect_dodge_sound_id.TextSize = 17
  723. perfect_dodge_sound_id.TextWrapped = true
  724. perfect_dodge_sound_id.TextXAlignment = Enum.TextXAlignment.Left
  725. perfect_dodge_sound_id.TextYAlignment = Enum.TextYAlignment.Top
  726. perfect_dodge_sound_id.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  727. perfect_dodge_sound_id.BackgroundTransparency = 1
  728. perfect_dodge_sound_id.BorderColor3 = Color3.new(0, 0, 0)
  729. perfect_dodge_sound_id.BorderSizePixel = 0
  730. perfect_dodge_sound_id.Position = UDim2.new(0, 10, 0, 90)
  731. perfect_dodge_sound_id.Size = UDim2.new(0, 120, 0, 30)
  732. perfect_dodge_sound_id.Visible = true
  733. perfect_dodge_sound_id.Name = "PerfectDodge SoundId"
  734. perfect_dodge_sound_id.Parent = settingsection1
  735.  
  736. local uigradient_10 = Instance.new("UIGradient")
  737. uigradient_10.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(0.658824, 0.658824, 0.658824))})
  738. uigradient_10.Rotation = -39
  739. uigradient_10.Parent = perfect_dodge_sound_id
  740.  
  741. local text_box_5 = Instance.new("TextBox")
  742. text_box_5.Font = Enum.Font.Michroma
  743. text_box_5.PlaceholderColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  744. text_box_5.PlaceholderText = "Text here"
  745. text_box_5.RichText = true
  746. text_box_5.Text = "6427919074"
  747. text_box_5.TextColor3 = Color3.new(1, 1, 1)
  748. text_box_5.TextSize = 15
  749. text_box_5.TextWrapped = true
  750. text_box_5.BackgroundColor3 = Color3.new(1, 1, 1)
  751. text_box_5.BackgroundTransparency = 1
  752. text_box_5.BorderColor3 = Color3.new(0, 0, 0)
  753. text_box_5.BorderSizePixel = 0
  754. text_box_5.Position = UDim2.new(0, 0, 0, 18)
  755. text_box_5.Size = UDim2.new(0, 145, 0, 17)
  756. text_box_5.Visible = true
  757. text_box_5.ZIndex = 2
  758. text_box_5.Parent = perfect_dodge_sound_id
  759.  
  760. local uistroke_14 = Instance.new("UIStroke")
  761. uistroke_14.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  762. uistroke_14.Color = Color3.new(1, 1, 1)
  763. uistroke_14.Thickness = 0.9800000190734863
  764. uistroke_14.Parent = text_box_5
  765.  
  766. local back_ground1 = Instance.new("Texture")
  767. back_ground1.StudsPerTileU = 12
  768. back_ground1.StudsPerTileV = 3
  769. back_ground1.Color3 = Color3.new(0.666667, 0, 1)
  770. back_ground1.Texture = "http://www.roblox.com/asset/?id=2216798004"
  771. back_ground1.ZIndex = 2
  772. back_ground1.Name = "BackGround1"
  773. back_ground1.Parent = sections_part
  774. back_ground1.Transparency = .34
  775.  
  776. local back_ground2 = Instance.new("Decal")
  777. back_ground2.Texture = "http://www.roblox.com/asset/?id=1025773173"
  778. back_ground2.Name = "BackGround2"
  779. back_ground2.Parent = sections_part
  780. back_ground2.Transparency = .9
  781.  
  782. local surface_light = Instance.new("SurfaceLight")
  783. surface_light.Brightness = 12
  784. surface_light.Color = Color3.new(0.419608, 0, 0.631373)
  785. surface_light.Parent = sections_part
  786.  
  787. local value = Instance.new("CFrameValue")
  788. value.Value = CFrame.fromMatrix(Vector3.new(0, -1.149999976158142, -7.599999904632568), Vector3.new(0.9993908405303955, 0, -0.03489949554204941), Vector3.new(0, 1, 0), Vector3.new(0.03489949554204941, 0, 0.9993908405303955))
  789. value.Parent = sections_part
  790.  
  791. local speed = Instance.new("NumberValue")
  792. speed.Value = 0.01
  793. speed.Name = "Speed"
  794. speed.Parent = sections_part
  795.  
  796. local smoothness = Instance.new("NumberValue")
  797. smoothness.Value = 4
  798. smoothness.Name = "Smoothness"
  799. smoothness.Parent = sections_part
  800.  
  801. local back_ground2_2 = Instance.new("Decal")
  802. back_ground2_2.Texture = "http://www.roblox.com/asset/?id=1025773173"
  803. back_ground2_2.Name = "BackGround2"
  804. back_ground2_2.Parent = main_part
  805. back_ground2_2.Transparency = .9
  806. local surface_gui_2 = Instance.new("SurfaceGui")
  807. surface_gui_2.AlwaysOnTop = true
  808. surface_gui_2.Brightness = 6
  809. surface_gui_2.ClipsDescendants = true
  810. surface_gui_2.LightInfluence = 100
  811. surface_gui_2.PixelsPerStud = 49
  812. surface_gui_2.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
  813. surface_gui_2.ResetOnSpawn = true
  814. surface_gui_2.ZIndexBehavior = Enum.ZIndexBehavior.Global
  815. surface_gui_2.Parent = main_part
  816.  
  817. local main = Instance.new("Frame")
  818. main.BackgroundColor3 = Color3.new(1, 1, 1)
  819. main.BackgroundTransparency = 1
  820. main.BorderColor3 = Color3.new(0, 0, 0)
  821. main.BorderSizePixel = 0
  822. main.Position = UDim2.new(0, 4, 0, 4)
  823. main.Size = UDim2.new(0, 267, 0, 40)
  824. main.Visible = true
  825. main.ZIndex = 0
  826. main.Name = "Main"
  827. main.Parent = surface_gui_2
  828.  
  829. local next_left = Instance.new("TextButton")
  830. next_left.Font = Enum.Font.LuckiestGuy
  831. next_left.RichText = true
  832. next_left.Text = "▶"
  833. next_left.TextColor3 = Color3.new(1, 1, 1)
  834. next_left.TextScaled = true
  835. next_left.TextSize = 14
  836. next_left.TextWrapped = true
  837. next_left.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  838. next_left.BackgroundTransparency = 1
  839. next_left.BorderColor3 = Color3.new(0, 0, 0)
  840. next_left.BorderSizePixel = 0
  841. next_left.Position = UDim2.new(0, 230, 0, 8)
  842. next_left.Size = UDim2.new(0, 30, 0, 25)
  843. next_left.Visible = true
  844. next_left.Name = "NextLeft"
  845. next_left.Parent = main
  846.  
  847. local uigradient_11 = Instance.new("UIGradient")
  848. uigradient_11.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(0.658824, 0.658824, 0.658824))})
  849. uigradient_11.Rotation = -39
  850. uigradient_11.Parent = next_left
  851.  
  852. local title = Instance.new("TextButton")
  853. title.Font = Enum.Font.Michroma
  854. title.RichText = true
  855. title.Text = "Luna"
  856. title.TextColor3 = Color3.new(1, 1, 1)
  857. title.TextScaled = true
  858. title.TextSize = 14
  859. title.TextWrapped = true
  860. title.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  861. title.BackgroundTransparency = 1
  862. title.BorderColor3 = Color3.new(0, 0, 0)
  863. title.BorderSizePixel = 0
  864. title.Position = UDim2.new(0, 30, 0, 3)
  865. title.Size = UDim2.new(0, 120, 0, 30)
  866. title.Visible = true
  867. title.Name = "Title"
  868. title.Parent = main
  869.  
  870. local uigradient_12 = Instance.new("UIGradient")
  871. uigradient_12.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(0.262745, 0, 0.392157)), ColorSequenceKeypoint.new(1, Color3.new(1, 1, 1))})
  872. uigradient_12.Rotation = -39
  873. uigradient_12.Parent = title
  874.  
  875. local next_right = Instance.new("TextButton")
  876. next_right.Font = Enum.Font.LuckiestGuy
  877. next_right.RichText = true
  878. next_right.Text = "◀"
  879. next_right.TextColor3 = Color3.new(1, 1, 1)
  880. next_right.TextScaled = true
  881. next_right.TextSize = 14
  882. next_right.TextWrapped = true
  883. next_right.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  884. next_right.BackgroundTransparency = 1
  885. next_right.BorderColor3 = Color3.new(0, 0, 0)
  886. next_right.BorderSizePixel = 0
  887. next_right.Position = UDim2.new(0, 196, 0, 8)
  888. next_right.Size = UDim2.new(0, 30, 0, 25)
  889. next_right.Visible = true
  890. next_right.Name = "NextRight"
  891. next_right.Parent = main
  892.  
  893. local uigradient_13 = Instance.new("UIGradient")
  894. uigradient_13.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(0.658824, 0.658824, 0.658824))})
  895. uigradient_13.Rotation = -39
  896. uigradient_13.Parent = next_right
  897.  
  898. local settings = Instance.new("TextButton")
  899. settings.Font = Enum.Font.Antique
  900. settings.RichText = true
  901. settings.Text = "⚙"
  902. settings.TextColor3 = Color3.new(1, 1, 1)
  903. settings.TextScaled = true
  904. settings.TextSize = 6
  905. settings.TextWrapped = true
  906. settings.BackgroundColor3 = Color3.new(0.247059, 0, 0.372549)
  907. settings.BackgroundTransparency = 1
  908. settings.BorderColor3 = Color3.new(0, 0, 0)
  909. settings.BorderSizePixel = 0
  910. settings.Position = UDim2.new(0, 162, 0, 8)
  911. settings.Size = UDim2.new(0, 30, 0, 25)
  912. settings.Visible = true
  913. settings.Name = "Settings"
  914. settings.Parent = main
  915.  
  916. local uigradient_14 = Instance.new("UIGradient")
  917. uigradient_14.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.new(1, 1, 1)), ColorSequenceKeypoint.new(1, Color3.new(0.658824, 0.658824, 0.658824))})
  918. uigradient_14.Rotation = -39
  919. uigradient_14.Parent = settings
  920.  
  921. local back_ground1_2 = Instance.new("Texture")
  922. back_ground1_2.StudsPerTileU = 12
  923. back_ground1_2.StudsPerTileV = 3
  924. back_ground1_2.Color3 = Color3.new(0.666667, 0, 1)
  925. back_ground1_2.Texture = "http://www.roblox.com/asset/?id=2216798004"
  926. back_ground1_2.ZIndex = 2
  927. back_ground1_2.Name = "BackGround1"
  928. back_ground1_2.Parent = main_part
  929. back_ground1_2.Transparency = .34
  930.  
  931. local sounds = Instance.new("Folder")
  932. sounds.Name = "Sounds"
  933. sounds.Parent = main_part
  934.  
  935. local button_press = Instance.new("Sound")
  936. button_press.PlaybackSpeed = 1.100000023841858
  937. button_press.SoundId = "rbxassetid://2029831027"
  938. button_press.Name = "ButtonPress"
  939. button_press.Parent = sounds
  940.  
  941. local option_remove = Instance.new("Sound")
  942. option_remove.PlaybackSpeed = 0.5
  943. option_remove.SoundId = "rbxassetid://2029831027"
  944. option_remove.Name = "OptionRemove"
  945. option_remove.Parent = sounds
  946.  
  947. local executed = Instance.new("Sound")
  948. executed.SoundId = "rbxassetid://6112623849"
  949. executed.Name = "Executed"
  950. executed.Parent = sounds
  951.  
  952. local perfect_dodged_sound = Instance.new("Sound")
  953. perfect_dodged_sound.SoundId = "rbxassetid://6427919074"
  954. perfect_dodged_sound.Volume = 0.4000000059604645
  955. perfect_dodged_sound.Name = "PerfectDodgedSound"
  956. perfect_dodged_sound.Parent = sounds
  957.  
  958. local smoothness_2 = Instance.new("NumberValue")
  959. smoothness_2.Value = 4
  960. smoothness_2.Name = "Smoothness"
  961. smoothness_2.Parent = main_part
  962.  
  963. local speed_2 = Instance.new("NumberValue")
  964. speed_2.Value = 0.01
  965. speed_2.Name = "Speed"
  966. speed_2.Parent = main_part
  967.  
  968. local value_2 = Instance.new("CFrameValue")
  969. value_2.Value = CFrame.fromMatrix(Vector3.new(0, 0.8500000238418579, -7.599999904632568), Vector3.new(0.9993908405303955, 0, -0.03489949554204941), Vector3.new(0, 1, 0), Vector3.new(0.03489949554204941, 0, 0.9993908405303955))
  970. value_2.Parent = main_part
  971.  
  972.  
  973. return LunaUntitledBoxingGui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement