Luriyuluri

Roblox script Fe animations R6 Gui

May 17th, 2024 (edited)
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.04 KB | None | 0 0
  1. local Energize = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local GuiBottomFrame = Instance.new("Frame")
  4. local Credits = Instance.new("TextLabel")
  5. local GuiTopFrame = Instance.new("Frame")
  6. local CloseGUI = Instance.new("TextButton")
  7. local Title = Instance.new("TextLabel")
  8. local CheckR = Instance.new("TextLabel")
  9. local ScrollingFrame = Instance.new("ScrollingFrame")
  10. local GlitchLevitate = Instance.new("TextButton")
  11. local FullSwing = Instance.new("TextButton")
  12. local MoonDance = Instance.new("TextButton")
  13. local FullPunch = Instance.new("TextButton")
  14. local FloorFaint = Instance.new("TextButton")
  15. local Crouch = Instance.new("TextButton")
  16. local SpinDance = Instance.new("TextButton")
  17. local JumpingJacks = Instance.new("TextButton")
  18. local ArmDetach = Instance.new("TextButton")
  19. local MegaInsane = Instance.new("TextButton")
  20. local WeirdMove = Instance.new("TextButton")
  21. local DinoWalk = Instance.new("TextButton")
  22. local FloorCrawl = Instance.new("TextButton")
  23. local Spinner = Instance.new("TextButton")
  24. local Faint = Instance.new("TextButton")
  25. local Levitate = Instance.new("TextButton")
  26. local LoopHead = Instance.new("TextButton")
  27. local HeadThrow = Instance.new("TextButton")
  28. local CloneIllusion = Instance.new("TextButton")
  29. local Dab = Instance.new("TextButton")
  30. local BarrelRoll = Instance.new("TextButton")
  31. local Insane = Instance.new("TextButton")
  32. local SwordSlam = Instance.new("TextButton")
  33. local MovingDance = Instance.new("TextButton")
  34. local ArmTurbine = Instance.new("TextButton")
  35. local SuperPunch = Instance.new("TextButton")
  36. local Scared = Instance.new("TextButton")
  37. local LoopSlam = Instance.new("TextButton")
  38. local HeroJump = Instance.new("TextButton")
  39. local SpinDance2 = Instance.new("TextButton")
  40. local SwordSlice = Instance.new("TextButton")
  41. local FloatingHead = Instance.new("TextButton")
  42. local InsaneArms = Instance.new("TextButton")
  43. local SuperFaint = Instance.new("TextButton")
  44. local FloatSit = Instance.new("TextButton")
  45. local BowDown = Instance.new("TextButton")
  46. local ScrollingFrameR15 = Instance.new("ScrollingFrame")
  47. local FloatSlash = Instance.new("TextButton")
  48. local ArmsOut = Instance.new("TextButton")
  49. local DownSlash = Instance.new("TextButton")
  50. local R15Spinner = Instance.new("TextButton")
  51. local WeirdZombie = Instance.new("TextButton")
  52. local CrazySlash = Instance.new("TextButton")
  53. local Pull = Instance.new("TextButton")
  54. local Open = Instance.new("TextButton")
  55. local CircleArm = Instance.new("TextButton")
  56. local Bend = Instance.new("TextButton")
  57. local RotateSlash = Instance.new("TextButton")
  58. local FlingArms = Instance.new("TextButton")
  59. local SideFrame = Instance.new("Frame")
  60. local OpenGUI = Instance.new("TextButton")
  61. local SideFrameTitle = Instance.new("TextLabel")
  62. --Properties:
  63. Energize.Name = "Energize"
  64. Energize.Parent = game.CoreGui
  65. Energize.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  66.  
  67. MainFrame.Name = "MainFrame"
  68. MainFrame.Active = true
  69. MainFrame.Draggable = true
  70. MainFrame.Parent = Energize
  71. MainFrame.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  72. MainFrame.BackgroundTransparency = 0.15000000596046
  73. MainFrame.Position = UDim2.new(0.502199888, 0, 0.552243114, 0)
  74. MainFrame.Size = UDim2.new(0, 426, 0, 258)
  75.  
  76. GuiBottomFrame.Name = "Gui BottomFrame"
  77. GuiBottomFrame.Parent = MainFrame
  78. GuiBottomFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  79. GuiBottomFrame.BackgroundTransparency = 1
  80. GuiBottomFrame.Position = UDim2.new(0, 0, 0.901309371, 0)
  81. GuiBottomFrame.Size = UDim2.new(0, 426, 0, 25)
  82.  
  83. Credits.Name = "Credits"
  84. Credits.Parent = GuiBottomFrame
  85. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  86. Credits.BackgroundTransparency = 1
  87. Credits.Size = UDim2.new(0, 426, 0, 25)
  88. Credits.Font = Enum.Font.SourceSansSemibold
  89. Credits.Text = "Subscribe to A2b scripts (the script is not mine)"
  90. Credits.TextColor3 = Color3.new(1, 1, 1)
  91. Credits.TextSize = 17
  92.  
  93. GuiTopFrame.Name = "Gui TopFrame"
  94. GuiTopFrame.Parent = MainFrame
  95. GuiTopFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  96. GuiTopFrame.BackgroundTransparency = 1
  97. GuiTopFrame.Position = UDim2.new(0, 0, -0.00178042857, 0)
  98. GuiTopFrame.Size = UDim2.new(0, 426, 0, 25)
  99.  
  100. CloseGUI.Name = "CloseGUI"
  101. CloseGUI.Parent = GuiTopFrame
  102. CloseGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  103. CloseGUI.BackgroundTransparency = 0.15000000596046
  104. CloseGUI.BorderSizePixel = 0
  105. CloseGUI.Position = UDim2.new(0.967136145, 0, 0, 0)
  106. CloseGUI.Size = UDim2.new(0, 15, 0, 15)
  107. CloseGUI.Font = Enum.Font.SourceSansSemibold
  108. CloseGUI.Text = "X"
  109. CloseGUI.TextColor3 = Color3.new(1, 1, 1)
  110. CloseGUI.TextSize = 14
  111.  
  112. Title.Name = "Title"
  113. Title.Parent = GuiTopFrame
  114. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  115. Title.BackgroundTransparency = 1
  116. Title.Position = UDim2.new(0.653472185, 0, 0, 0)
  117. Title.Size = UDim2.new(0, 105, 0, 25)
  118. Title.Font = Enum.Font.SourceSansSemibold
  119. Title.Text = "FE animations"
  120. Title.TextColor3 = Color3.new(1, 1, 1)
  121. Title.TextSize = 17
  122.  
  123. CheckR.Name = "CheckR"
  124. CheckR.Parent = GuiTopFrame
  125. CheckR.BackgroundColor3 = Color3.new(1, 1, 1)
  126. CheckR.BackgroundTransparency = 1
  127. CheckR.Position = UDim2.new(0.0234741792, 0, 0, 0)
  128. CheckR.Size = UDim2.new(0, 194, 0, 24)
  129. CheckR.Font = Enum.Font.SourceSansSemibold
  130. CheckR.Text = "Text"
  131. CheckR.TextColor3 = Color3.new(1, 1, 1)
  132. CheckR.TextSize = 17
  133. CheckR.TextXAlignment = Enum.TextXAlignment.Left
  134.  
  135. ScrollingFrame.Parent = MainFrame
  136. ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  137. ScrollingFrame.BackgroundTransparency = 0.60000002384186
  138. ScrollingFrame.Position = UDim2.new(0, 0, 0.0951187983, 0)
  139. ScrollingFrame.Size = UDim2.new(0, 426, 0, 207)
  140. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 1.29999995, 0)
  141. ScrollingFrame.ScrollBarThickness = 10
  142.  
  143. GlitchLevitate.Name = "GlitchLevitate"
  144. GlitchLevitate.Parent = ScrollingFrame
  145. GlitchLevitate.BackgroundColor3 = Color3.new(0, 0, 0)
  146. GlitchLevitate.BackgroundTransparency = 0.30000001192093
  147. GlitchLevitate.Position = UDim2.new(0.0469483584, 0, 0.0273178034, 0)
  148. GlitchLevitate.Size = UDim2.new(0, 90, 0, 30)
  149. GlitchLevitate.Font = Enum.Font.SourceSansSemibold
  150. GlitchLevitate.Text = "Glitch Levitate"
  151. GlitchLevitate.TextColor3 = Color3.new(1, 1, 1)
  152. GlitchLevitate.TextSize = 15
  153.  
  154. FullSwing.Name = "FullSwing"
  155. FullSwing.Parent = ScrollingFrame
  156. FullSwing.BackgroundColor3 = Color3.new(0, 0, 0)
  157. FullSwing.BackgroundTransparency = 0.30000001192093
  158. FullSwing.Position = UDim2.new(0.267605633, 0, 0.0273178034, 0)
  159. FullSwing.Size = UDim2.new(0, 90, 0, 30)
  160. FullSwing.Font = Enum.Font.SourceSansSemibold
  161. FullSwing.Text = "Full Swing"
  162. FullSwing.TextColor3 = Color3.new(1, 1, 1)
  163. FullSwing.TextSize = 15
  164.  
  165. MoonDance.Name = "MoonDance"
  166. MoonDance.Parent = ScrollingFrame
  167. MoonDance.BackgroundColor3 = Color3.new(0, 0, 0)
  168. MoonDance.BackgroundTransparency = 0.30000001192093
  169. MoonDance.Position = UDim2.new(0.713614941, 0, 0.0273178034, 0)
  170. MoonDance.Size = UDim2.new(0, 90, 0, 30)
  171. MoonDance.Font = Enum.Font.SourceSansSemibold
  172. MoonDance.Text = "Moon Dance"
  173. MoonDance.TextColor3 = Color3.new(1, 1, 1)
  174. MoonDance.TextSize = 15
  175.  
  176. FullPunch.Name = "FullPunch"
  177. FullPunch.Parent = ScrollingFrame
  178. FullPunch.BackgroundColor3 = Color3.new(0, 0, 0)
  179. FullPunch.BackgroundTransparency = 0.30000001192093
  180. FullPunch.Position = UDim2.new(0.492957741, 0, 0.0273178034, 0)
  181. FullPunch.Size = UDim2.new(0, 90, 0, 30)
  182. FullPunch.Font = Enum.Font.SourceSansSemibold
  183. FullPunch.Text = "Full Punch"
  184. FullPunch.TextColor3 = Color3.new(1, 1, 1)
  185. FullPunch.TextSize = 15
  186.  
  187. FloorFaint.Name = "FloorFaint"
  188. FloorFaint.Parent = ScrollingFrame
  189. FloorFaint.BackgroundColor3 = Color3.new(0, 0, 0)
  190. FloorFaint.BackgroundTransparency = 0.30000001192093
  191. FloorFaint.Position = UDim2.new(0.0469483584, 0, 0.134652346, 0)
  192. FloorFaint.Size = UDim2.new(0, 90, 0, 30)
  193. FloorFaint.Font = Enum.Font.SourceSansSemibold
  194. FloorFaint.Text = "Floor Faint"
  195. FloorFaint.TextColor3 = Color3.new(1, 1, 1)
  196. FloorFaint.TextSize = 15
  197.  
  198. Crouch.Name = "Crouch"
  199. Crouch.Parent = ScrollingFrame
  200. Crouch.BackgroundColor3 = Color3.new(0, 0, 0)
  201. Crouch.BackgroundTransparency = 0.30000001192093
  202. Crouch.Position = UDim2.new(0.267605633, 0, 0.134652346, 0)
  203. Crouch.Size = UDim2.new(0, 90, 0, 30)
  204. Crouch.Font = Enum.Font.SourceSansSemibold
  205. Crouch.Text = "Crouch"
  206. Crouch.TextColor3 = Color3.new(1, 1, 1)
  207. Crouch.TextSize = 15
  208.  
  209. SpinDance.Name = "SpinDance"
  210. SpinDance.Parent = ScrollingFrame
  211. SpinDance.BackgroundColor3 = Color3.new(0, 0, 0)
  212. SpinDance.BackgroundTransparency = 0.30000001192093
  213. SpinDance.Position = UDim2.new(0.713614941, 0, 0.134652346, 0)
  214. SpinDance.Size = UDim2.new(0, 90, 0, 30)
  215. SpinDance.Font = Enum.Font.SourceSansSemibold
  216. SpinDance.Text = "Spin Dance"
  217. SpinDance.TextColor3 = Color3.new(1, 1, 1)
  218. SpinDance.TextSize = 15
  219.  
  220. JumpingJacks.Name = "JumpingJacks"
  221. JumpingJacks.Parent = ScrollingFrame
  222. JumpingJacks.BackgroundColor3 = Color3.new(0, 0, 0)
  223. JumpingJacks.BackgroundTransparency = 0.30000001192093
  224. JumpingJacks.Position = UDim2.new(0.492957741, 0, 0.134652346, 0)
  225. JumpingJacks.Size = UDim2.new(0, 90, 0, 30)
  226. JumpingJacks.Font = Enum.Font.SourceSansSemibold
  227. JumpingJacks.Text = "Jumping Jacks"
  228. JumpingJacks.TextColor3 = Color3.new(1, 1, 1)
  229. JumpingJacks.TextSize = 15
  230.  
  231. ArmDetach.Name = "ArmDetach"
  232. ArmDetach.Parent = ScrollingFrame
  233. ArmDetach.BackgroundColor3 = Color3.new(0, 0, 0)
  234. ArmDetach.BackgroundTransparency = 0.30000001192093
  235. ArmDetach.Position = UDim2.new(0.0469483584, 0, 0.241986871, 0)
  236. ArmDetach.Size = UDim2.new(0, 90, 0, 30)
  237. ArmDetach.Font = Enum.Font.SourceSansSemibold
  238. ArmDetach.Text = "Arm Detach"
  239. ArmDetach.TextColor3 = Color3.new(1, 1, 1)
  240. ArmDetach.TextSize = 15
  241.  
  242. MegaInsane.Name = "MegaInsane"
  243. MegaInsane.Parent = ScrollingFrame
  244. MegaInsane.BackgroundColor3 = Color3.new(0, 0, 0)
  245. MegaInsane.BackgroundTransparency = 0.30000001192093
  246. MegaInsane.Position = UDim2.new(0.267605633, 0, 0.241986871, 0)
  247. MegaInsane.Size = UDim2.new(0, 90, 0, 30)
  248. MegaInsane.Font = Enum.Font.SourceSansSemibold
  249. MegaInsane.Text = "Mega Insane"
  250. MegaInsane.TextColor3 = Color3.new(1, 1, 1)
  251. MegaInsane.TextSize = 15
  252.  
  253. WeirdMove.Name = "WeirdMove"
  254. WeirdMove.Parent = ScrollingFrame
  255. WeirdMove.BackgroundColor3 = Color3.new(0, 0, 0)
  256. WeirdMove.BackgroundTransparency = 0.30000001192093
  257. WeirdMove.Position = UDim2.new(0.713614941, 0, 0.241986871, 0)
  258. WeirdMove.Size = UDim2.new(0, 90, 0, 30)
  259. WeirdMove.Font = Enum.Font.SourceSansSemibold
  260. WeirdMove.Text = "Weird Move"
  261. WeirdMove.TextColor3 = Color3.new(1, 1, 1)
  262. WeirdMove.TextSize = 15
  263.  
  264. DinoWalk.Name = "DinoWalk"
  265. DinoWalk.Parent = ScrollingFrame
  266. DinoWalk.BackgroundColor3 = Color3.new(0, 0, 0)
  267. DinoWalk.BackgroundTransparency = 0.30000001192093
  268. DinoWalk.Position = UDim2.new(0.492957741, 0, 0.241986871, 0)
  269. DinoWalk.Size = UDim2.new(0, 90, 0, 30)
  270. DinoWalk.Font = Enum.Font.SourceSansSemibold
  271. DinoWalk.Text = "Dino Walk"
  272. DinoWalk.TextColor3 = Color3.new(1, 1, 1)
  273. DinoWalk.TextSize = 15
  274.  
  275. FloorCrawl.Name = "FloorCrawl"
  276. FloorCrawl.Parent = ScrollingFrame
  277. FloorCrawl.BackgroundColor3 = Color3.new(0, 0, 0)
  278. FloorCrawl.BackgroundTransparency = 0.30000001192093
  279. FloorCrawl.Position = UDim2.new(0.492957741, 0, 0.349321395, 0)
  280. FloorCrawl.Size = UDim2.new(0, 90, 0, 30)
  281. FloorCrawl.Font = Enum.Font.SourceSansSemibold
  282. FloorCrawl.Text = "Floor Crawl"
  283. FloorCrawl.TextColor3 = Color3.new(1, 1, 1)
  284. FloorCrawl.TextSize = 15
  285.  
  286. Spinner.Name = "Spinner"
  287. Spinner.Parent = ScrollingFrame
  288. Spinner.BackgroundColor3 = Color3.new(0, 0, 0)
  289. Spinner.BackgroundTransparency = 0.30000001192093
  290. Spinner.Position = UDim2.new(0.267605633, 0, 0.349321395, 0)
  291. Spinner.Size = UDim2.new(0, 90, 0, 30)
  292. Spinner.Font = Enum.Font.SourceSansSemibold
  293. Spinner.Text = "Spinner"
  294. Spinner.TextColor3 = Color3.new(1, 1, 1)
  295. Spinner.TextSize = 15
  296.  
  297. Faint.Name = "Faint"
  298. Faint.Parent = ScrollingFrame
  299. Faint.BackgroundColor3 = Color3.new(0, 0, 0)
  300. Faint.BackgroundTransparency = 0.30000001192093
  301. Faint.Position = UDim2.new(0.713614941, 0, 0.349321395, 0)
  302. Faint.Size = UDim2.new(0, 90, 0, 30)
  303. Faint.Font = Enum.Font.SourceSansSemibold
  304. Faint.Text = "Faint"
  305. Faint.TextColor3 = Color3.new(1, 1, 1)
  306. Faint.TextSize = 15
  307.  
  308. Levitate.Name = "Levitate"
  309. Levitate.Parent = ScrollingFrame
  310. Levitate.BackgroundColor3 = Color3.new(0, 0, 0)
  311. Levitate.BackgroundTransparency = 0.30000001192093
  312. Levitate.Position = UDim2.new(0.0469483584, 0, 0.349321395, 0)
  313. Levitate.Size = UDim2.new(0, 90, 0, 30)
  314. Levitate.Font = Enum.Font.SourceSansSemibold
  315. Levitate.Text = "Levitate"
  316. Levitate.TextColor3 = Color3.new(1, 1, 1)
  317. Levitate.TextSize = 15
  318.  
  319. LoopHead.Name = "LoopHead"
  320. LoopHead.Parent = ScrollingFrame
  321. LoopHead.BackgroundColor3 = Color3.new(0, 0, 0)
  322. LoopHead.BackgroundTransparency = 0.30000001192093
  323. LoopHead.Position = UDim2.new(0.0469483584, 0, 0.456655949, 0)
  324. LoopHead.Size = UDim2.new(0, 90, 0, 30)
  325. LoopHead.Font = Enum.Font.SourceSansSemibold
  326. LoopHead.Text = "Loop Head"
  327. LoopHead.TextColor3 = Color3.new(1, 1, 1)
  328. LoopHead.TextSize = 15
  329.  
  330. HeadThrow.Name = "HeadThrow"
  331. HeadThrow.Parent = ScrollingFrame
  332. HeadThrow.BackgroundColor3 = Color3.new(0, 0, 0)
  333. HeadThrow.BackgroundTransparency = 0.30000001192093
  334. HeadThrow.Position = UDim2.new(0.267605633, 0, 0.456655949, 0)
  335. HeadThrow.Size = UDim2.new(0, 90, 0, 30)
  336. HeadThrow.Font = Enum.Font.SourceSansSemibold
  337. HeadThrow.Text = "Head Throw"
  338. HeadThrow.TextColor3 = Color3.new(1, 1, 1)
  339. HeadThrow.TextSize = 15
  340.  
  341. CloneIllusion.Name = "CloneIllusion"
  342. CloneIllusion.Parent = ScrollingFrame
  343. CloneIllusion.BackgroundColor3 = Color3.new(0, 0, 0)
  344. CloneIllusion.BackgroundTransparency = 0.30000001192093
  345. CloneIllusion.Position = UDim2.new(0.713614941, 0, 0.456655949, 0)
  346. CloneIllusion.Size = UDim2.new(0, 90, 0, 30)
  347. CloneIllusion.Font = Enum.Font.SourceSansSemibold
  348. CloneIllusion.Text = "Clone Illusion"
  349. CloneIllusion.TextColor3 = Color3.new(1, 1, 1)
  350. CloneIllusion.TextSize = 15
  351.  
  352. Dab.Name = "Dab"
  353. Dab.Parent = ScrollingFrame
  354. Dab.BackgroundColor3 = Color3.new(0, 0, 0)
  355. Dab.BackgroundTransparency = 0.30000001192093
  356. Dab.Position = UDim2.new(0.492957741, 0, 0.456655949, 0)
  357. Dab.Size = UDim2.new(0, 90, 0, 30)
  358. Dab.Font = Enum.Font.SourceSansSemibold
  359. Dab.Text = "Dab"
  360. Dab.TextColor3 = Color3.new(1, 1, 1)
  361. Dab.TextSize = 15
  362.  
  363. BarrelRoll.Name = "BarrelRoll"
  364. BarrelRoll.Parent = ScrollingFrame
  365. BarrelRoll.BackgroundColor3 = Color3.new(0, 0, 0)
  366. BarrelRoll.BackgroundTransparency = 0.30000001192093
  367. BarrelRoll.Position = UDim2.new(0.492957741, 0, 0.563990533, 0)
  368. BarrelRoll.Size = UDim2.new(0, 90, 0, 30)
  369. BarrelRoll.Font = Enum.Font.SourceSansSemibold
  370. BarrelRoll.Text = "Barrel Roll"
  371. BarrelRoll.TextColor3 = Color3.new(1, 1, 1)
  372. BarrelRoll.TextSize = 15
  373.  
  374. Insane.Name = "Insane"
  375. Insane.Parent = ScrollingFrame
  376. Insane.BackgroundColor3 = Color3.new(0, 0, 0)
  377. Insane.BackgroundTransparency = 0.30000001192093
  378. Insane.Position = UDim2.new(0.267605633, 0, 0.563990533, 0)
  379. Insane.Size = UDim2.new(0, 90, 0, 30)
  380. Insane.Font = Enum.Font.SourceSansSemibold
  381. Insane.Text = "Insane"
  382. Insane.TextColor3 = Color3.new(1, 1, 1)
  383. Insane.TextSize = 15
  384.  
  385. SwordSlam.Name = "SwordSlam"
  386. SwordSlam.Parent = ScrollingFrame
  387. SwordSlam.BackgroundColor3 = Color3.new(0, 0, 0)
  388. SwordSlam.BackgroundTransparency = 0.30000001192093
  389. SwordSlam.Position = UDim2.new(0.713614941, 0, 0.563990533, 0)
  390. SwordSlam.Size = UDim2.new(0, 90, 0, 30)
  391. SwordSlam.Font = Enum.Font.SourceSansSemibold
  392. SwordSlam.Text = "Sword Slam"
  393. SwordSlam.TextColor3 = Color3.new(1, 1, 1)
  394. SwordSlam.TextSize = 15
  395.  
  396. MovingDance.Name = "MovingDance"
  397. MovingDance.Parent = ScrollingFrame
  398. MovingDance.BackgroundColor3 = Color3.new(0, 0, 0)
  399. MovingDance.BackgroundTransparency = 0.30000001192093
  400. MovingDance.Position = UDim2.new(0.0469483584, 0, 0.563990533, 0)
  401. MovingDance.Size = UDim2.new(0, 90, 0, 30)
  402. MovingDance.Font = Enum.Font.SourceSansSemibold
  403. MovingDance.Text = "Moving Dance"
  404. MovingDance.TextColor3 = Color3.new(1, 1, 1)
  405. MovingDance.TextSize = 15
  406.  
  407. ArmTurbine.Name = "ArmTurbine"
  408. ArmTurbine.Parent = ScrollingFrame
  409. ArmTurbine.BackgroundColor3 = Color3.new(0, 0, 0)
  410. ArmTurbine.BackgroundTransparency = 0.30000001192093
  411. ArmTurbine.Position = UDim2.new(0.267605633, 0, 0.671325028, 0)
  412. ArmTurbine.Size = UDim2.new(0, 90, 0, 30)
  413. ArmTurbine.Font = Enum.Font.SourceSansSemibold
  414. ArmTurbine.Text = "Arm Turbine"
  415. ArmTurbine.TextColor3 = Color3.new(1, 1, 1)
  416. ArmTurbine.TextSize = 15
  417.  
  418. SuperPunch.Name = "SuperPunch"
  419. SuperPunch.Parent = ScrollingFrame
  420. SuperPunch.BackgroundColor3 = Color3.new(0, 0, 0)
  421. SuperPunch.BackgroundTransparency = 0.30000001192093
  422. SuperPunch.Position = UDim2.new(0.0469483584, 0, 0.671325028, 0)
  423. SuperPunch.Size = UDim2.new(0, 90, 0, 30)
  424. SuperPunch.Font = Enum.Font.SourceSansSemibold
  425. SuperPunch.Text = "Super Punch"
  426. SuperPunch.TextColor3 = Color3.new(1, 1, 1)
  427. SuperPunch.TextSize = 15
  428.  
  429. Scared.Name = "Scared"
  430. Scared.Parent = ScrollingFrame
  431. Scared.BackgroundColor3 = Color3.new(0, 0, 0)
  432. Scared.BackgroundTransparency = 0.30000001192093
  433. Scared.Position = UDim2.new(0.267605633, 0, 0.778659523, 0)
  434. Scared.Size = UDim2.new(0, 90, 0, 30)
  435. Scared.Font = Enum.Font.SourceSansSemibold
  436. Scared.Text = "Scared"
  437. Scared.TextColor3 = Color3.new(1, 1, 1)
  438. Scared.TextSize = 15
  439.  
  440. LoopSlam.Name = "LoopSlam"
  441. LoopSlam.Parent = ScrollingFrame
  442. LoopSlam.BackgroundColor3 = Color3.new(0, 0, 0)
  443. LoopSlam.BackgroundTransparency = 0.30000001192093
  444. LoopSlam.Position = UDim2.new(0.713614941, 0, 0.671325028, 0)
  445. LoopSlam.Size = UDim2.new(0, 90, 0, 30)
  446. LoopSlam.Font = Enum.Font.SourceSansSemibold
  447. LoopSlam.Text = "Loop Slam"
  448. LoopSlam.TextColor3 = Color3.new(1, 1, 1)
  449. LoopSlam.TextSize = 15
  450.  
  451. HeroJump.Name = "HeroJump"
  452. HeroJump.Parent = ScrollingFrame
  453. HeroJump.BackgroundColor3 = Color3.new(0, 0, 0)
  454. HeroJump.BackgroundTransparency = 0.30000001192093
  455. HeroJump.Position = UDim2.new(0.0469483584, 0, 0.778659523, 0)
  456. HeroJump.Size = UDim2.new(0, 90, 0, 30)
  457. HeroJump.Font = Enum.Font.SourceSansSemibold
  458. HeroJump.Text = "Hero Jump"
  459. HeroJump.TextColor3 = Color3.new(1, 1, 1)
  460. HeroJump.TextSize = 15
  461.  
  462. SpinDance2.Name = "SpinDance2"
  463. SpinDance2.Parent = ScrollingFrame
  464. SpinDance2.BackgroundColor3 = Color3.new(0, 0, 0)
  465. SpinDance2.BackgroundTransparency = 0.30000001192093
  466. SpinDance2.Position = UDim2.new(0.713614941, 0, 0.778659523, 0)
  467. SpinDance2.Size = UDim2.new(0, 90, 0, 30)
  468. SpinDance2.Font = Enum.Font.SourceSansSemibold
  469. SpinDance2.Text = "Spin Dance 2"
  470. SpinDance2.TextColor3 = Color3.new(1, 1, 1)
  471. SpinDance2.TextSize = 15
  472.  
  473. SwordSlice.Name = "SwordSlice"
  474. SwordSlice.Parent = ScrollingFrame
  475. SwordSlice.BackgroundColor3 = Color3.new(0, 0, 0)
  476. SwordSlice.BackgroundTransparency = 0.30000001192093
  477. SwordSlice.Position = UDim2.new(0.492957741, 0, 0.671325028, 0)
  478. SwordSlice.Size = UDim2.new(0, 90, 0, 30)
  479. SwordSlice.Font = Enum.Font.SourceSansSemibold
  480. SwordSlice.Text = "Sword Slice"
  481. SwordSlice.TextColor3 = Color3.new(1, 1, 1)
  482. SwordSlice.TextSize = 15
  483.  
  484. FloatingHead.Name = "FloatingHead"
  485. FloatingHead.Parent = ScrollingFrame
  486. FloatingHead.BackgroundColor3 = Color3.new(0, 0, 0)
  487. FloatingHead.BackgroundTransparency = 0.30000001192093
  488. FloatingHead.Position = UDim2.new(0.492957741, 0, 0.778659523, 0)
  489. FloatingHead.Size = UDim2.new(0, 90, 0, 30)
  490. FloatingHead.Font = Enum.Font.SourceSansSemibold
  491. FloatingHead.Text = "Floating Head"
  492. FloatingHead.TextColor3 = Color3.new(1, 1, 1)
  493. FloatingHead.TextSize = 15
  494.  
  495. InsaneArms.Name = "InsaneArms"
  496. InsaneArms.Parent = ScrollingFrame
  497. InsaneArms.BackgroundColor3 = Color3.new(0, 0, 0)
  498. InsaneArms.BackgroundTransparency = 0.30000001192093
  499. InsaneArms.Position = UDim2.new(0.0469483584, 0, 0.888975561, 0)
  500. InsaneArms.Size = UDim2.new(0, 90, 0, 30)
  501. InsaneArms.Font = Enum.Font.SourceSansSemibold
  502. InsaneArms.Text = "Insane Arms"
  503. InsaneArms.TextColor3 = Color3.new(1, 1, 1)
  504. InsaneArms.TextSize = 15
  505.  
  506. SuperFaint.Name = "SuperFaint"
  507. SuperFaint.Parent = ScrollingFrame
  508. SuperFaint.BackgroundColor3 = Color3.new(0, 0, 0)
  509. SuperFaint.BackgroundTransparency = 0.30000001192093
  510. SuperFaint.Position = UDim2.new(0.267605633, 0, 0.888975561, 0)
  511. SuperFaint.Size = UDim2.new(0, 90, 0, 30)
  512. SuperFaint.Font = Enum.Font.SourceSansSemibold
  513. SuperFaint.Text = "Super Faint"
  514. SuperFaint.TextColor3 = Color3.new(1, 1, 1)
  515. SuperFaint.TextSize = 15
  516.  
  517. FloatSit.Name = "FloatSit"
  518. FloatSit.Parent = ScrollingFrame
  519. FloatSit.BackgroundColor3 = Color3.new(0, 0, 0)
  520. FloatSit.BackgroundTransparency = 0.30000001192093
  521. FloatSit.Position = UDim2.new(0.492957741, 0, 0.888975561, 0)
  522. FloatSit.Size = UDim2.new(0, 90, 0, 30)
  523. FloatSit.Font = Enum.Font.SourceSansSemibold
  524. FloatSit.Text = "FloatSit"
  525. FloatSit.TextColor3 = Color3.new(1, 1, 1)
  526. FloatSit.TextSiz
Advertisement
Add Comment
Please, Sign In to add comment