Advertisement
Xfer1111

Rare(ish) Animation Gui FE

Oct 5th, 2020
1,629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 21.29 KB | None | 0 0
  1. wait(0.1)
  2. game:GetService("StarterGui"):SetCore("SendNotification", {
  3.     Text = "By: XValktza";
  4.     Title = "Welcome To RareAnimsGUI"
  5. })
  6. wait(0.6)
  7. if game:GetService("Workspace").FilteringEnabled == true then
  8.     warn("FE is Enabled (Filtering Enabled)")
  9.     game:GetService("StarterGui"):SetCore("SendNotification", {
  10.         Title = "R6 Only";
  11.         Text = "This GUI is only effective on R6 games.";
  12.     })
  13. else
  14.     warn("FE is Disabled (Filtering Disabled) Let's try that again.")
  15.     game:GetService("StarterGui"):SetCore("SendNotification", {
  16.         Title = "FE is Disabled";
  17.         Text = "These anims might not work...";
  18.     })
  19. end
  20.  
  21. wait(0.5)
  22.  
  23. ---------------------------------------------------------------------------
  24. --- [Instances] ---
  25. ---------------------------------------------------------------------------
  26.  
  27. local TheMainGUI = Instance.new("ScreenGui")
  28. local MainFrame = Instance.new("Frame")
  29. local MainText = Instance.new("TextLabel")
  30. local CloseButton = Instance.new("TextButton")
  31. local ByMe = Instance.new("TextLabel")
  32. local DinoWalk = Instance.new("TextButton")
  33. local TiltHead = Instance.new("TextButton")
  34. local BeastWalk = Instance.new("TextButton")
  35. local StankyLegs = Instance.new("TextButton")
  36. local Shuffle = Instance.new("TextButton")
  37. local MoonWalk = Instance.new("TextButton")
  38. local HeadThrow = Instance.new("TextButton")
  39. local Crouch = Instance.new("TextButton")
  40. local AnimeMan = Instance.new("TextButton")
  41. local SmellyRun = Instance.new("TextButton")
  42. local NoLegs = Instance.new("TextButton")
  43. local BeatBox = Instance.new("TextButton")
  44. local Scared = Instance.new("TextButton")
  45. local BigGuns = Instance.new("TextButton")
  46. local GOAAAAAL = Instance.new("TextButton")
  47. local BiggerGuns = Instance.new("TextButton")
  48. local WeirdPose = Instance.new("TextButton")
  49. local Page2 = Instance.new("TextButton")
  50. local Page1 = Instance.new("TextButton")
  51. local ModernArt = Instance.new("TextButton")
  52. local NextPage = Instance.new("TextLabel")
  53. local Empty = Instance.new("TextLabel")
  54. local StopAnims = Instance.new("TextButton")
  55. local Extra4 = Instance.new("Frame")
  56.  
  57. ---------------------------------------------------------------------------
  58. --- [Animation Definitions] ---
  59. ---------------------------------------------------------------------------
  60.  
  61. Anim = Instance.new("Animation")--- Dino Walk
  62. Anim.AnimationId = "rbxassetid://204328711"
  63. Plr = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  64.  
  65. Anim = Instance.new("Animation")--- Tilt Head
  66. Anim.AnimationId = "rbxassetid://283545583"
  67. Pler = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  68.  
  69. Anim = Instance.new("Animation")--- Beast Walk
  70. Anim.AnimationId = "rbxassetid://150301782"
  71. Pltr = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  72.  
  73. Anim = Instance.new("Animation")--- Stanky Legs
  74. Anim.AnimationId = "rbxassetid://87986341"
  75. Plyr = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  76.  
  77. Anim = Instance.new("Animation")--- Shuffle
  78. Anim.AnimationId = "rbxassetid://429703734"
  79. Plqr = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  80.  
  81. Anim = Instance.new("Animation")--- Anime Man
  82. Anim.AnimationId = "rbxassetid://376754935"
  83. Plwr = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  84.  
  85. Anim = Instance.new("Animation")--- Moon Walk
  86. Anim.AnimationId = "rbxassetid://30196114"
  87. Plur = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  88.  
  89. Anim = Instance.new("Animation")--- Head Throw
  90. Anim.AnimationId = "rbxassetid://35154961"
  91. Plir = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  92.  
  93. Anim = Instance.new("Animation")--- Crouch
  94. Anim.AnimationId = "rbxassetid://287325678"
  95. Plor = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  96.  
  97. Anim = Instance.new("Animation")--- Beat Box
  98. Anim.AnimationId = "rbxassetid://45504977"
  99. Plpr = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  100.  
  101. Anim = Instance.new("Animation")--- Big Guns
  102. Anim.AnimationId = "rbxassetid://161268368"
  103. Plar = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  104.  
  105. Anim = Instance.new("Animation")--- Smelly Run
  106. Anim.AnimationId = "rbxassetid://30235165"
  107. Plsr = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  108.  
  109. Anim = Instance.new("Animation")--- Bigger Guns
  110. Anim.AnimationId = "rbxassetid://225975820"
  111. Pldr = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  112.  
  113. Anim = Instance.new("Animation")--- Modern Art
  114. Anim.AnimationId = "rbxassetid://248336163"
  115. Plfr = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  116.  
  117. Anim = Instance.new("Animation")--- Scared
  118. Anim.AnimationId = "rbxassetid://180612465"
  119. Plgr = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  120.  
  121. Anim = Instance.new("Animation")--- Punch
  122. Anim.AnimationId = "rbxassetid://204062532"
  123. Plhr = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  124.  
  125. Anim = Instance.new("Animation")--- No Legs
  126. Anim.AnimationId = "rbxassetid://248336459"
  127. Pljr = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  128.  
  129. Anim = Instance.new("Animation")--- GOOOOOOAL
  130. Anim.AnimationId = "rbxassetid://28488254"
  131. Plkr = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  132.  
  133. ---------------------------------------------------------------------------
  134. --- [Start Properties] ---
  135. ---------------------------------------------------------------------------
  136.  
  137.  
  138. TheMainGUI.Name = "TheMainGUI"
  139. TheMainGUI.Parent = game.CoreGui
  140. TheMainGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  141. TheMainGUI.ResetOnSpawn = false
  142.  
  143. MainFrame.Name = "MainFrame"
  144. MainFrame.Parent = TheMainGUI
  145. MainFrame.Draggable = true
  146. MainFrame.Active = true
  147. MainFrame.BackgroundColor3 = Color3.new(0, 0.384314, 0.52549)
  148. MainFrame.BorderColor3 = Color3.new(0.133333, 0.219608, 0.27451)
  149. MainFrame.BorderSizePixel = 10
  150. MainFrame.Position = UDim2.new(0.617999971, 0, 1.27900004, 0)
  151. MainFrame.Size = UDim2.new(0, 400, 0, 320)
  152.  
  153. MainText.Name = "MainText"
  154. MainText.Parent = MainFrame
  155. MainText.Active = true
  156. MainText.BackgroundColor3 = Color3.new(0, 0, 0)
  157. MainText.BorderSizePixel = 0
  158. MainText.Size = UDim2.new(0, 400, 0, 35)
  159. MainText.Font = Enum.Font.GothamSemibold
  160. MainText.Text = "Rare Animations GUI"
  161. MainText.TextColor3 = Color3.new(1, 1, 1)
  162. MainText.TextSize = 16
  163. MainText.TextStrokeColor3 = Color3.new(1, 1, 1)
  164. MainText.TextStrokeTransparency = 0.89999997615814
  165. MainText.TextWrapped = true
  166.  
  167. CloseButton.Name = "CloseButton"
  168. CloseButton.Parent = MainFrame
  169. CloseButton.BackgroundColor3 = Color3.new(0, 0, 0)
  170. CloseButton.BorderColor3 = Color3.new(1, 1, 1)
  171. CloseButton.Position = UDim2.new(0.855000019, 0, 0.00312500005, 0)
  172. CloseButton.Size = UDim2.new(0, 57, 0, 33)
  173. CloseButton.Font = Enum.Font.GothamSemibold
  174. CloseButton.Text = "X"
  175. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  176. CloseButton.TextSize = 16
  177.  
  178. ByMe.Name = "ByMe"
  179. ByMe.Parent = MainFrame
  180. ByMe.Active = true
  181. ByMe.BackgroundColor3 = Color3.new(0, 0.2, 0.294118)
  182. ByMe.BorderSizePixel = 5
  183. ByMe.Position = UDim2.new(0.712499857, 0, 1.04375005, 0)
  184. ByMe.Size = UDim2.new(0, 120, 0, 25)
  185. ByMe.Font = Enum.Font.GothamSemibold
  186. ByMe.Text = "By: CrowsDesire1"
  187. ByMe.TextColor3 = Color3.new(1, 1, 1)
  188. ByMe.TextSize = 12
  189. ByMe.TextStrokeColor3 = Color3.new(1, 1, 1)
  190. ByMe.TextStrokeTransparency = 0.89999997615814
  191.  
  192. DinoWalk.Name = "Dino Walk"
  193. DinoWalk.Parent = MainFrame
  194. DinoWalk.BackgroundColor3 = Color3.new(0, 0, 0)
  195. DinoWalk.BorderSizePixel = 0
  196. DinoWalk.Position = UDim2.new(0.0250000004, 0, 0.140625, 0)
  197. DinoWalk.Size = UDim2.new(0, 100, 0, 35)
  198. DinoWalk.Font = Enum.Font.GothamSemibold
  199. DinoWalk.Text = "Dino Walk"
  200. DinoWalk.TextColor3 = Color3.new(1, 1, 1)
  201. DinoWalk.TextSize = 14
  202. DinoWalk.MouseButton1Down:Connect(function()
  203.     Plr:Play()
  204.     Plr:AdjustSpeed(1.3)
  205. end)
  206.  
  207. TiltHead.Name = "Tilt Head"
  208. TiltHead.Parent = MainFrame
  209. TiltHead.BackgroundColor3 = Color3.new(0, 0, 0)
  210. TiltHead.BorderSizePixel = 0
  211. TiltHead.Position = UDim2.new(0.0250000004, 0, 0.28125, 0)
  212. TiltHead.Size = UDim2.new(0, 100, 0, 35)
  213. TiltHead.Font = Enum.Font.GothamSemibold
  214. TiltHead.Text = "Tilt Head"
  215. TiltHead.TextColor3 = Color3.new(1, 1, 1)
  216. TiltHead.TextSize = 14
  217. TiltHead.MouseButton1Down:Connect(function()
  218.     Pler:Play()
  219.     Pler:AdjustSpeed()
  220. end)
  221.  
  222. BeastWalk.Name = "Beast Walk"
  223. BeastWalk.Parent = MainFrame
  224. BeastWalk.BackgroundColor3 = Color3.new(0, 0, 0)
  225. BeastWalk.BorderSizePixel = 0
  226. BeastWalk.Position = UDim2.new(0.0250000004, 0, 0.421875, 0)
  227. BeastWalk.Size = UDim2.new(0, 100, 0, 35)
  228. BeastWalk.Font = Enum.Font.GothamSemibold
  229. BeastWalk.Text = "Beast Walk"
  230. BeastWalk.TextColor3 = Color3.new(1, 1, 1)
  231. BeastWalk.TextSize = 14
  232. BeastWalk.MouseButton1Down:Connect(function()
  233.     Pltr:Play()
  234.     Pltr:AdjustSpeed(2.3)
  235. end)
  236.  
  237. StankyLegs.Name = "Stanky Legs"
  238. StankyLegs.Parent = MainFrame
  239. StankyLegs.BackgroundColor3 = Color3.new(0, 0, 0)
  240. StankyLegs.BorderSizePixel = 0
  241. StankyLegs.Position = UDim2.new(0.0250000004, 0, 0.5625, 0)
  242. StankyLegs.Size = UDim2.new(0, 100, 0, 35)
  243. StankyLegs.Font = Enum.Font.GothamSemibold
  244. StankyLegs.Text = "Stanky Legs"
  245. StankyLegs.TextColor3 = Color3.new(1, 1, 1)
  246. StankyLegs.TextSize = 14
  247. StankyLegs.MouseButton1Down:Connect(function()
  248.     Plyr:Play()
  249.     Plyr:AdjustSpeed(6)
  250. end)
  251.  
  252. Shuffle.Name = "Shuffle"
  253. Shuffle.Parent = MainFrame
  254. Shuffle.BackgroundColor3 = Color3.new(0, 0, 0)
  255. Shuffle.BorderSizePixel = 0
  256. Shuffle.Position = UDim2.new(0.0250000004, 0, 0.703125, 0)
  257. Shuffle.Size = UDim2.new(0, 100, 0, 35)
  258. Shuffle.Font = Enum.Font.GothamSemibold
  259. Shuffle.Text = "Shuffle"
  260. Shuffle.TextColor3 = Color3.new(1, 1, 1)
  261. Shuffle.TextSize = 14
  262. Shuffle.MouseButton1Down:Connect(function()
  263.     Plqr:Play()
  264.     Plqr:AdjustSpeed(0.8)
  265. end)
  266.  
  267. MoonWalk.Name = "Moon Walk"
  268. MoonWalk.Parent = MainFrame
  269. MoonWalk.BackgroundColor3 = Color3.new(0, 0, 0)
  270. MoonWalk.BorderSizePixel = 0
  271. MoonWalk.Position = UDim2.new(0.0250000004, 0, 0.84375, 0)
  272. MoonWalk.Size = UDim2.new(0, 100, 0, 35)
  273. MoonWalk.Font = Enum.Font.GothamSemibold
  274. MoonWalk.Text = "Moon Walk"
  275. MoonWalk.TextColor3 = Color3.new(1, 1, 1)
  276. MoonWalk.TextSize = 14
  277. MoonWalk.MouseButton1Down:Connect(function()
  278.     Plur:Play()
  279.     Plur:AdjustSpeed(2.3)
  280. end)
  281.  
  282. HeadThrow.Name = "Head Throw"
  283. HeadThrow.Parent = MainFrame
  284. HeadThrow.BackgroundColor3 = Color3.new(0, 0, 0)
  285. HeadThrow.BorderSizePixel = 0
  286. HeadThrow.Position = UDim2.new(0.372500002, 0, 0.140625, 0)
  287. HeadThrow.Size = UDim2.new(0, 100, 0, 35)
  288. HeadThrow.Font = Enum.Font.GothamSemibold
  289. HeadThrow.Text = "Head Throw"
  290. HeadThrow.TextColor3 = Color3.new(1, 1, 1)
  291. HeadThrow.TextSize = 14
  292. HeadThrow.MouseButton1Down:Connect(function()
  293.     Plir:Play()
  294.     Plir:AdjustSpeed(2.5)
  295. end)
  296.  
  297. Crouch.Name = "Crouch"
  298. Crouch.Parent = MainFrame
  299. Crouch.BackgroundColor3 = Color3.new(0, 0, 0)
  300. Crouch.BorderSizePixel = 0
  301. Crouch.Position = UDim2.new(0.372500002, 0, 0.28125, 0)
  302. Crouch.Size = UDim2.new(0, 100, 0, 35)
  303. Crouch.Font = Enum.Font.GothamSemibold
  304. Crouch.Text = "Crouch"
  305. Crouch.TextColor3 = Color3.new(1, 1, 1)
  306. Crouch.TextSize = 14
  307. Crouch.MouseButton1Down:Connect(function()
  308.     Plor:Play()
  309.     Plor:AdjustSpeed()
  310. end)
  311.  
  312. AnimeMan.Name = "Anime Man"
  313. AnimeMan.Parent = MainFrame
  314. AnimeMan.BackgroundColor3 = Color3.new(0, 0, 0)
  315. AnimeMan.BorderSizePixel = 0
  316. AnimeMan.Position = UDim2.new(0.372500002, 0, 0.421875, 0)
  317. AnimeMan.Size = UDim2.new(0, 100, 0, 35)
  318. AnimeMan.Font = Enum.Font.GothamSemibold
  319. AnimeMan.Text = "Anime Man"
  320. AnimeMan.TextColor3 = Color3.new(1, 1, 1)
  321. AnimeMan.TextSize = 14
  322. AnimeMan.MouseButton1Down:Connect(function()
  323.     Plwr:Play()
  324.     Plwr:AdjustSpeed(3.1)
  325. end)
  326.  
  327. SmellyRun.Name = "Smelly Run"
  328. SmellyRun.Parent = MainFrame
  329. SmellyRun.BackgroundColor3 = Color3.new(0, 0, 0)
  330. SmellyRun.BorderSizePixel = 0
  331. SmellyRun.Position = UDim2.new(0.372500002, 0, 0.5625, 0)
  332. SmellyRun.Size = UDim2.new(0, 100, 0, 35)
  333. SmellyRun.Font = Enum.Font.GothamSemibold
  334. SmellyRun.Text = "Smelly Run"
  335. SmellyRun.TextColor3 = Color3.new(1, 1, 1)
  336. SmellyRun.TextSize = 14
  337. SmellyRun.MouseButton1Down:Connect(function()
  338.     Plsr:Play()
  339.     Plsr:AdjustSpeed(1.5)
  340. end)
  341.  
  342. NoLegs.Name = "No Legs"
  343. NoLegs.Parent = MainFrame
  344. NoLegs.BackgroundColor3 = Color3.new(0, 0, 0)
  345. NoLegs.BorderSizePixel = 0
  346. NoLegs.Position = UDim2.new(0.372500002, 0, 0.703125, 0)
  347. NoLegs.Size = UDim2.new(0, 100, 0, 35)
  348. NoLegs.Font = Enum.Font.GothamSemibold
  349. NoLegs.Text = "No Legs"
  350. NoLegs.TextColor3 = Color3.new(1, 1, 1)
  351. NoLegs.TextSize = 14
  352. NoLegs.MouseButton1Down:Connect(function()
  353.     Pljr:Play()
  354.     Pljr:AdjustSpeed()
  355. end)
  356.  
  357. BeatBox.Name = "Beat Box"
  358. BeatBox.Parent = MainFrame
  359. BeatBox.BackgroundColor3 = Color3.new(0, 0, 0)
  360. BeatBox.BorderSizePixel = 0
  361. BeatBox.Position = UDim2.new(0.372500002, 0, 0.84375, 0)
  362. BeatBox.Size = UDim2.new(0, 100, 0, 35)
  363. BeatBox.Font = Enum.Font.GothamSemibold
  364. BeatBox.Text = "Beat Box"
  365. BeatBox.TextColor3 = Color3.new(1, 1, 1)
  366. BeatBox.TextSize = 14
  367. BeatBox.MouseButton1Down:Connect(function()
  368.     Plpr:Play()
  369.     Plpr:AdjustSpeed(2)
  370. end)
  371.  
  372. Scared.Name = "Scared"
  373. Scared.Parent = MainFrame
  374. Scared.BackgroundColor3 = Color3.new(0, 0, 0)
  375. Scared.BorderSizePixel = 0
  376. Scared.Position = UDim2.new(0.737500012, 0, 0.140625, 0)
  377. Scared.Size = UDim2.new(0, 100, 0, 35)
  378. Scared.Font = Enum.Font.GothamSemibold
  379. Scared.Text = "Scared"
  380. Scared.TextColor3 = Color3.new(1, 1, 1)
  381. Scared.TextSize = 14
  382. Scared.MouseButton1Down:Connect(function()
  383.     Plgr:Play()
  384.     Plgr:AdjustSpeed(1.5)
  385. end)
  386.  
  387. BigGuns.Name = "Big Guns"
  388. BigGuns.Parent = MainFrame
  389. BigGuns.BackgroundColor3 = Color3.new(0, 0, 0)
  390. BigGuns.BorderSizePixel = 0
  391. BigGuns.Position = UDim2.new(0.737500012, 0, 0.28125, 0)
  392. BigGuns.Size = UDim2.new(0, 100, 0, 35)
  393. BigGuns.Font = Enum.Font.GothamSemibold
  394. BigGuns.Text = "Big Guns"
  395. BigGuns.TextColor3 = Color3.new(1, 1, 1)
  396. BigGuns.TextSize = 14
  397. BigGuns.MouseButton1Down:Connect(function()
  398.     Plar:Play()
  399.     Plar:AdjustSpeed()
  400. end)
  401.  
  402. GOAAAAAL.Name = "GOAAAAAL"
  403. GOAAAAAL.Parent = MainFrame
  404. GOAAAAAL.BackgroundColor3 = Color3.new(0, 0, 0)
  405. GOAAAAAL.BorderSizePixel = 0
  406. GOAAAAAL.Position = UDim2.new(0.737500012, 0, 0.421875, 0)
  407. GOAAAAAL.Size = UDim2.new(0, 100, 0, 35)
  408. GOAAAAAL.Font = Enum.Font.GothamSemibold
  409. GOAAAAAL.Text = "GOAAAAAL"
  410. GOAAAAAL.TextColor3 = Color3.new(1, 1, 1)
  411. GOAAAAAL.TextSize = 14
  412. GOAAAAAL.MouseButton1Down:Connect(function()
  413.     Plkr:Play()
  414.     Plkr:AdjustSpeed(1.3)
  415. end)
  416.  
  417. BiggerGuns.Name = "Bigger Guns"
  418. BiggerGuns.Parent = MainFrame
  419. BiggerGuns.BackgroundColor3 = Color3.new(0, 0, 0)
  420. BiggerGuns.BorderSizePixel = 0
  421. BiggerGuns.Position = UDim2.new(0.737500012, 0, 0.5625, 0)
  422. BiggerGuns.Size = UDim2.new(0, 100, 0, 35)
  423. BiggerGuns.Font = Enum.Font.GothamSemibold
  424. BiggerGuns.Text = "Bigger Guns"
  425. BiggerGuns.TextColor3 = Color3.new(1, 1, 1)
  426. BiggerGuns.TextSize = 14
  427. BiggerGuns.MouseButton1Down:Connect(function()
  428.     Pldr:Play()
  429.     Pldr:AdjustSpeed()
  430. end)
  431.  
  432. WeirdPose.Name = "Weird Pose"
  433. WeirdPose.Parent = MainFrame
  434. WeirdPose.BackgroundColor3 = Color3.new(0, 0, 0)
  435. WeirdPose.BorderSizePixel = 0
  436. WeirdPose.Position = UDim2.new(0.737500012, 0, 0.703125, 0)
  437. WeirdPose.Size = UDim2.new(0, 100, 0, 35)
  438. WeirdPose.Font = Enum.Font.GothamSemibold
  439. WeirdPose.Text = "Punch"
  440. WeirdPose.TextColor3 = Color3.new(1, 1, 1)
  441. WeirdPose.TextSize = 14
  442. WeirdPose.MouseButton1Down:Connect(function()
  443.     Plhr:Play()
  444.     Plhr:AdjustSpeed()
  445. end)
  446.  
  447. Page2.Name = "Page2"
  448. Page2.Parent = MainFrame
  449. Page2.BackgroundColor3 = Color3.new(0, 0, 0)
  450. Page2.BorderColor3 = Color3.new(0, 0.4, 0.584314)
  451. Page2.BorderSizePixel = 2
  452. Page2.Position = UDim2.new(0.100000001, 0, 1.03437495, 0)
  453. Page2.Size = UDim2.new(0, 50, 0, 30)
  454. Page2.Font = Enum.Font.GothamBlack
  455. Page2.Text = "Page 2"
  456. Page2.TextColor3 = Color3.new(1, 1, 1)
  457. Page2.TextSize = 12
  458. Page2.TextStrokeColor3 = Color3.new(1, 1, 1)
  459. Page2.TextStrokeTransparency = 0.89999997615814
  460. Page2.MouseButton1Down:Connect(function()
  461.     AnimeMan.Visible = false
  462.     BeastWalk.Visible = false
  463.     BeatBox.Visible = false
  464.     BigGuns.Visible = false
  465.     BiggerGuns.Visible = false
  466.     Crouch.Visible = false
  467.     DinoWalk.Visible = false
  468.     GOAAAAAL.Visible = false
  469.     HeadThrow.Visible = false
  470.     ModernArt.Visible = false
  471.     MoonWalk.Visible = false
  472.     NoLegs.Visible = false
  473.     Scared.Visible = false
  474.     Shuffle.Visible = false
  475.     SmellyRun.Visible = false
  476.     StankyLegs.Visible = false
  477.     TiltHead.Visible = false
  478.     WeirdPose.Visible = false  
  479.     NextPage.Visible = true
  480.     Empty.Visible = true
  481. end)
  482.  
  483.  
  484. Page1.Name = "Page1"
  485. Page1.Parent = MainFrame
  486. Page1.BackgroundColor3 = Color3.new(0, 0, 0)
  487. Page1.BorderColor3 = Color3.new(0, 0.333333, 0.498039)
  488. Page1.BorderSizePixel = 2
  489. Page1.Position = UDim2.new(-0.0225000009, 0, 1.03437495, 0)
  490. Page1.Size = UDim2.new(0, 49, 0, 30)
  491. Page1.Font = Enum.Font.GothamBlack
  492. Page1.Text = "Page 1"
  493. Page1.TextColor3 = Color3.new(1, 1, 1)
  494. Page1.TextSize = 12
  495. Page1.TextStrokeColor3 = Color3.new(1, 1, 1)
  496. Page1.TextStrokeTransparency = 0.89999997615814
  497. Page1.MouseButton1Down:Connect(function()
  498.     AnimeMan.Visible = true
  499.     BeastWalk.Visible = true
  500.     BeatBox.Visible = true
  501.     BigGuns.Visible = true
  502.     BiggerGuns.Visible = true
  503.     Crouch.Visible = true
  504.     DinoWalk.Visible = true
  505.     GOAAAAAL.Visible = true
  506.     HeadThrow.Visible = true
  507.     ModernArt.Visible = true
  508.     MoonWalk.Visible = true
  509.     NoLegs.Visible = true
  510.     Scared.Visible = true
  511.     Shuffle.Visible = true
  512.     SmellyRun.Visible = true
  513.     StankyLegs.Visible = true
  514.     TiltHead.Visible = true
  515.     WeirdPose.Visible = true   
  516.     NextPage.Visible = false
  517.     Empty.Visible = false
  518. end)
  519.  
  520. ModernArt.Name = "Modern Art"
  521. ModernArt.Parent = MainFrame
  522. ModernArt.BackgroundColor3 = Color3.new(0, 0, 0)
  523. ModernArt.BorderSizePixel = 0
  524. ModernArt.Position = UDim2.new(0.737500012, 0, 0.84375, 0)
  525. ModernArt.Size = UDim2.new(0, 100, 0, 35)
  526. ModernArt.Font = Enum.Font.GothamSemibold
  527. ModernArt.Text = "Modern Art"
  528. ModernArt.TextColor3 = Color3.new(1, 1, 1)
  529. ModernArt.TextSize = 14
  530. ModernArt.MouseButton1Down:Connect(function()
  531.     Plfr:Play()
  532.     Plfr:AdjustSpeed()
  533. end)
  534.  
  535. NextPage.Name = "NextPage"
  536. NextPage.Parent = MainFrame
  537. NextPage.Active = true
  538. NextPage.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  539. NextPage.BorderSizePixel = 0
  540. NextPage.Position = UDim2.new(0, 0, 0.109375, 0)
  541. NextPage.Size = UDim2.new(0, 399, 0, 107)
  542. NextPage.Visible = false
  543. NextPage.Font = Enum.Font.GothamSemibold
  544. NextPage.Text = "I know that some of these Animations are not really rare, but they were worth including. If you guys liked this GUI and found it interesting like the original post on my V3rmillion, @CrowsDesire1."
  545. NextPage.TextColor3 = Color3.new(1, 1, 1)
  546. NextPage.TextSize = 18
  547. NextPage.TextWrapped = true
  548.  
  549. Empty.Name = "Empty"
  550. Empty.Parent = MainFrame
  551. Empty.Active = true
  552. Empty.BackgroundColor3 = Color3.new(0, 0, 0)
  553. Empty.BorderColor3 = Color3.new(0, 0.223529, 0.329412)
  554. Empty.BorderSizePixel = 10
  555. Empty.Position = UDim2.new(0.0225000009, 0, 0.474999994, 0)
  556. Empty.Size = UDim2.new(0, 380, 0, 158)
  557. Empty.Visible = false
  558. Empty.Font = Enum.Font.GothamSemibold
  559. Empty.Text = "Currently empty, nothing to see here...."
  560. Empty.TextColor3 = Color3.new(1, 1, 1)
  561. Empty.TextSize = 17
  562. Empty.TextStrokeColor3 = Color3.new(1, 1, 1)
  563. Empty.TextStrokeTransparency = 0.89999997615814
  564. Empty.TextWrapped = true
  565.  
  566. StopAnims.Name = "StopAnims"
  567. StopAnims.Parent = MainFrame
  568. StopAnims.BackgroundColor3 = Color3.new(0, 0.431373, 0.631373)
  569. StopAnims.BorderColor3 = Color3.new(0.258824, 0.403922, 0.509804)
  570. StopAnims.BorderSizePixel = 0
  571. StopAnims.Size = UDim2.new(0, 80, 0, 35)
  572. StopAnims.Font = Enum.Font.GothamSemibold
  573. StopAnims.Text = "Stop Animations"
  574. StopAnims.TextColor3 = Color3.new(1, 1, 1)
  575. StopAnims.TextScaled = true
  576. StopAnims.TextSize = 13
  577. StopAnims.TextStrokeColor3 = Color3.new(1, 1, 1)
  578. StopAnims.TextStrokeTransparency = 0.89999997615814
  579. StopAnims.TextWrapped = true
  580. StopAnims.MouseButton1Down:Connect(function()
  581.     Plr:Stop()
  582.     Plyr:Stop()
  583.     Plfr:Stop()
  584.     Plqr:Stop()
  585.     Pltr:Stop()
  586.     Plwr:Stop()
  587.     Plar:Stop()
  588.     Pldr:Stop()
  589.     Pler:Stop()
  590.     Plgr:Stop()
  591.     Plhr:Stop()
  592.     Pljr:Stop()
  593.     Plkr:Stop()
  594.     Plpr:Stop()
  595.     Plor:Stop()
  596.     Plur:Stop()
  597.     Plir:Stop()
  598.     Plsr:Stop()
  599. end)
  600.  
  601. Extra4.Name = "Extra4"
  602. Extra4.Parent = StopAnims
  603. Extra4.Active = true
  604. Extra4.BackgroundColor3 = Color3.new(0, 0.294118, 0.423529)
  605. Extra4.BorderSizePixel = 0
  606. Extra4.Position = UDim2.new(1, 0, 0, 0)
  607. Extra4.Size = UDim2.new(0, 7, 0, 35)
  608.  
  609. local OpenGUI = Instance.new("ScreenGui")
  610. local OpenButton = Instance.new("TextButton")
  611.  
  612. OpenGUI.Name = "OpenGUI"
  613. OpenGUI.Parent = game.CoreGui
  614. OpenGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  615. OpenGUI.ResetOnSpawn = false
  616.  
  617. OpenButton.Name = "OpenButton"
  618. OpenButton.Parent = OpenGUI
  619. OpenButton.BackgroundColor3 = Color3.new(0.00392157, 0.160784, 0.227451)
  620. OpenButton.BorderSizePixel = 5
  621. OpenButton.Position = UDim2.new(0, 0, 0.755218267, 0)
  622. OpenButton.Size = UDim2.new(0, 105, 0, 35)
  623. OpenButton.Font = Enum.Font.GothamSemibold
  624. OpenButton.Text = "Open"
  625. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  626. OpenButton.TextSize = 16
  627. OpenButton.TextStrokeColor3 = Color3.new(1, 1, 1)
  628. OpenButton.TextStrokeTransparency = 0.89999997615814
  629.  
  630. function SCRIPT_OJFQ65_FAKESCRIPT() -- OpenButton.TweenOpen
  631.     local script = Instance.new('LocalScript')
  632.     script.Parent = OpenButton
  633.     script.Parent.MouseButton1Down:Connect(function()
  634.         local frame = script.Parent.Parent.Parent.TheMainGUI.MainFrame
  635.         frame:TweenPosition(UDim2.new(0.618, 0,0.279, 0))
  636.     end)
  637.  
  638. end
  639. coroutine.resume(coroutine.create(SCRIPT_OJFQ65_FAKESCRIPT))
  640.  
  641.  
  642. function SCRIPT_LLCM76_FAKESCRIPT() -- CloseButton.MainLocal
  643.     local script = Instance.new('LocalScript')
  644.     script.Parent = CloseButton
  645.     script.Parent.MouseButton1Down:Connect(function()
  646.         local frame = script.Parent.Parent
  647.         frame:TweenPosition(UDim2.new(0.605, 0,1.296, 0))
  648.     end)
  649.  
  650. end
  651. coroutine.resume(coroutine.create(SCRIPT_LLCM76_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement