Advertisement
proHDscirpts

Free Animation Pack

Sep 24th, 2022
3,951
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.44 KB | None | 0 0
  1.  
  2.  
  3. for _, v in next, game:GetService("CoreGui"):GetChildren() do
  4. if (v.Name:match("Animation")) then
  5. v:Destroy()
  6. end
  7. end
  8.  
  9. local Folder = Instance.new('Folder', game:GetService("Workspace"))
  10. Folder.Name = ("Animation")
  11.  
  12. local LeanAnimation = Instance.new("Animation", Folder)
  13. LeanAnimation.Name = "LeanAnimation"
  14. LeanAnimation.AnimationId = "rbxassetid://3152375249"
  15.  
  16. local LayAnimation = Instance.new("Animation", Folder)
  17. LayAnimation.Name = "LayAnimation"
  18. LayAnimation.AnimationId = "rbxassetid://3152378852"
  19.  
  20. local Dance1Animation = Instance.new("Animation", Folder)
  21. Dance1Animation.Name = "Dance1Animation"
  22. Dance1Animation.AnimationId = "rbxassetid://3189773368"
  23.  
  24. local Dance2Animation = Instance.new("Animation", Folder)
  25. Dance2Animation.Name = "Dance2Animation"
  26. Dance2Animation.AnimationId = "rbxassetid://3189776546"
  27.  
  28. local GreetAnimation = Instance.new("Animation", Folder)
  29. GreetAnimation.Name = "GreetAnimation"
  30. GreetAnimation.AnimationId = "rbxassetid://3189777795"
  31.  
  32. local ChestPumpAnimation = Instance.new("Animation", Folder)
  33. ChestPumpAnimation.Name = "ChestPumpAnimation"
  34. ChestPumpAnimation.AnimationId = "rbxassetid://3189779152"
  35.  
  36. local PrayingAnimation = Instance.new("Animation", Folder)
  37. PrayingAnimation.Name = "PrayingAnimation"
  38. PrayingAnimation.AnimationId = "rbxassetid://3487719500"
  39.  
  40. if game.PlaceId == 2788229376 then
  41. function AnimationPack(Character)
  42. Character:WaitForChild'HumanoidRootPart'
  43. local Animation = Instance.new("ScreenGui")
  44. local AnimationPack = Instance.new("TextButton")
  45. local CloseButton = Instance.new("TextButton")
  46. local ScrollingFrame = Instance.new("ScrollingFrame")
  47. local ChestPumpButton = Instance.new("TextButton")
  48. local Dance1Button = Instance.new("TextButton")
  49. local Dance2Button = Instance.new("TextButton")
  50. local LayButton = Instance.new("TextButton")
  51. local GreetButton = Instance.new("TextButton")
  52. local LeanButton = Instance.new("TextButton")
  53. local PrayingButton = Instance.new("TextButton")
  54.  
  55. Animation.Name = "Animation"
  56. Animation.Parent = game.CoreGui
  57. Animation.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  58.  
  59. AnimationPack.Name = "AnimationPack"
  60. AnimationPack.Parent = Animation
  61. AnimationPack.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. AnimationPack.BorderSizePixel = 0
  63. AnimationPack.Position = UDim2.new(0, 0, 0.5, 0)
  64. AnimationPack.Size = UDim2.new(0, 100, 0, 20)
  65. AnimationPack.Visible = false
  66. AnimationPack.Font = Enum.Font.SourceSansBold
  67. AnimationPack.Text = "Animations"
  68. AnimationPack.TextColor3 = Color3.fromRGB(0, 0, 0)
  69. AnimationPack.TextSize = 18.000
  70.  
  71. CloseButton.Name = "CloseButton"
  72. CloseButton.Parent = AnimationPack
  73. CloseButton.BackgroundColor3 = Color3.fromRGB(255, 112, 112)
  74. CloseButton.Position = UDim2.new(0, 0, 0, 97)
  75. CloseButton.Size = UDim2.new(0, 120, 0, 25)
  76. CloseButton.Visible = false
  77. CloseButton.Font = Enum.Font.SourceSansBold
  78. CloseButton.Text = "CLOSE"
  79. CloseButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. CloseButton.TextSize = 30.000
  81.  
  82. ScrollingFrame.Parent = AnimationPack
  83. ScrollingFrame.Active = true
  84. ScrollingFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  85. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(102, 102, 102)
  86. ScrollingFrame.Position = UDim2.new(0, 60, 0, 0)
  87. ScrollingFrame.Size = UDim2.new(0, 120, 0, 195)
  88. ScrollingFrame.Visible = false
  89. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 1, 200)
  90.  
  91. ChestPumpButton.Name = "ChestPumpButton"
  92. ChestPumpButton.Parent = ScrollingFrame
  93. ChestPumpButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. ChestPumpButton.Position = UDim2.new(0, 0, 0.727272749, 0)
  95. ChestPumpButton.Size = UDim2.new(1, 0, 0, 30)
  96. ChestPumpButton.Font = Enum.Font.GothamBlack
  97. ChestPumpButton.Text = "Chest Pump"
  98. ChestPumpButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  99. ChestPumpButton.TextSize = 12.000
  100. ChestPumpButton.TextWrapped = true
  101.  
  102. Dance1Button.Name = "Dance1Button"
  103. Dance1Button.Parent = ScrollingFrame
  104. Dance1Button.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  105. Dance1Button.Position = UDim2.new(0, 0, 0.290909111, 0)
  106. Dance1Button.Size = UDim2.new(1, 0, 0, 30)
  107. Dance1Button.Font = Enum.Font.GothamBlack
  108. Dance1Button.Text = "Dance1"
  109. Dance1Button.TextColor3 = Color3.fromRGB(0, 0, 0)
  110. Dance1Button.TextSize = 12.000
  111. Dance1Button.TextWrapped = true
  112.  
  113. Dance2Button.Name = "Dance2Button"
  114. Dance2Button.Parent = ScrollingFrame
  115. Dance2Button.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  116. Dance2Button.Position = UDim2.new(0, 0, 0.436363667, 0)
  117. Dance2Button.Size = UDim2.new(1, 0, 0, 30)
  118. Dance2Button.Font = Enum.Font.GothamBlack
  119. Dance2Button.Text = "Dance2"
  120. Dance2Button.TextColor3 = Color3.fromRGB(0, 0, 0)
  121. Dance2Button.TextSize = 12.000
  122. Dance2Button.TextWrapped = true
  123.  
  124. LayButton.Name = "LayButton"
  125. LayButton.Parent = ScrollingFrame
  126. LayButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  127. LayButton.Position = UDim2.new(0, 0, 0.145454556, 0)
  128. LayButton.Size = UDim2.new(1, 0, 0, 30)
  129. LayButton.Font = Enum.Font.GothamBlack
  130. LayButton.Text = "Lay"
  131. LayButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  132. LayButton.TextSize = 12.000
  133. LayButton.TextWrapped = true
  134.  
  135. GreetButton.Name = "GreetButton"
  136. GreetButton.Parent = ScrollingFrame
  137. GreetButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  138. GreetButton.Position = UDim2.new(0, 0, 0.581818223, 0)
  139. GreetButton.Size = UDim2.new(1, 0, 0, 30)
  140. GreetButton.Font = Enum.Font.GothamBlack
  141. GreetButton.Text = "Greet"
  142. GreetButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  143. GreetButton.TextSize = 12.000
  144. GreetButton.TextWrapped = true
  145.  
  146. LeanButton.Name = "LeanButton"
  147. LeanButton.Parent = ScrollingFrame
  148. LeanButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  149. LeanButton.Size = UDim2.new(1, 0, 0, 30)
  150. LeanButton.Font = Enum.Font.GothamBlack
  151. LeanButton.Text = "Lean"
  152. LeanButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  153. LeanButton.TextSize = 12.000
  154. LeanButton.TextWrapped = true
  155.  
  156. PrayingButton.Name = "PrayingButton"
  157. PrayingButton.Parent = ScrollingFrame
  158. PrayingButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  159. PrayingButton.Position = UDim2.new(5.96046448e-08, 0, 0.872727275, 0)
  160. PrayingButton.Size = UDim2.new(1, 0, 0, 30)
  161. PrayingButton.Font = Enum.Font.GothamBlack
  162. PrayingButton.Text = "Praying"
  163. PrayingButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  164. PrayingButton.TextSize = 12.000
  165. PrayingButton.TextWrapped = true
  166.  
  167. wait(1)
  168.  
  169. local AnimationPack = game:GetService("CoreGui").Animation.AnimationPack
  170. local ScrollingFrame = AnimationPack.ScrollingFrame
  171. local CloseButton = AnimationPack.CloseButton
  172.  
  173. AnimationPack.Visible = true
  174.  
  175. local Lean = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(LeanAnimation)
  176.  
  177. local Lay = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(LayAnimation)
  178.  
  179. local Dance1 = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Dance1Animation)
  180.  
  181. local Dance2 = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Dance2Animation)
  182.  
  183. local Greet = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(GreetAnimation)
  184.  
  185. local ChestPump = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(ChestPumpAnimation)
  186.  
  187. local Praying = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(PrayingAnimation)
  188.  
  189. function Stop()
  190. Lay:Stop()
  191. Lean:Stop()
  192. Dance1:Stop()
  193. Dance2:Stop()
  194. Greet:Stop()
  195. ChestPump:Stop()
  196. Praying:Stop()
  197. end
  198.  
  199. local LeanTextButton = ScrollingFrame.LeanButton
  200. local LayTextButton = ScrollingFrame.LayButton
  201. local Dance1TextButton = ScrollingFrame.Dance1Button
  202. local Dance2TextButton = ScrollingFrame.Dance2Button
  203. local GreetTextButton = ScrollingFrame.GreetButton
  204. local ChestPumpTextButton = ScrollingFrame.ChestPumpButton
  205. local PrayingTextButton = ScrollingFrame.PrayingButton
  206.  
  207. AnimationPack.MouseButton1Click:Connect(function()
  208. if ScrollingFrame.Visible == false then
  209. ScrollingFrame.Visible = true
  210. CloseButton.Visible = true
  211. end
  212. end)
  213. CloseButton.MouseButton1Click:Connect(function()
  214. if ScrollingFrame.Visible == true then
  215. ScrollingFrame.Visible = false
  216. CloseButton.Visible = false
  217. end
  218. end)
  219. LeanTextButton.MouseButton1Click:Connect(function()
  220. Stop()
  221. Lean:Play()
  222. end)
  223. LayTextButton.MouseButton1Click:Connect(function()
  224. Stop()
  225. Lay:Play()
  226. end)
  227. Dance1TextButton.MouseButton1Click:Connect(function()
  228. Stop()
  229. Dance1:Play()
  230. end)
  231. Dance2TextButton.MouseButton1Click:Connect(function()
  232. Stop()
  233. Dance2:Play()
  234. end)
  235. GreetTextButton.MouseButton1Click:Connect(function()
  236. Stop()
  237. Greet:Play()
  238. end)
  239. ChestPumpTextButton.MouseButton1Click:Connect(function()
  240. Stop()
  241. ChestPump:Play()
  242. end)
  243. PrayingTextButton.MouseButton1Click:Connect(function()
  244. Stop()
  245. Praying:Play()
  246. end)
  247.  
  248. game:GetService("Players").LocalPlayer.Character.Humanoid.Running:Connect(function()
  249. Stop()
  250. end)
  251. game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function()
  252. game.CoreGui.Animation:Destroy()
  253. end)
  254. end
  255. AnimationPack(game.Players.LocalPlayer.Character)
  256. game.Players.LocalPlayer.CharacterAdded:Connect(AnimationPack)
  257. end
  258.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement