Advertisement
SuperKekTri

ROBLOX Animation Gui V1

Apr 28th, 2019
19,007
-3
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.36 KB | None | 0 3
  1. print"Made by supergumhecker"
  2. wait(0.1)
  3. game.StarterGui:SetCore("SendNotification", {
  4. Title = "ROBLOX Animation V1!";
  5. Text = "Thanks for using! ROBLOX Animation V1 Made by Supergumhecker";
  6. })
  7.  
  8. - Farewell Infortality.
  9. -- Version: 2.82
  10. -- Instances:
  11. local ROBLOXAnimationGuiV1 = Instance.new("ScreenGui")
  12. local Main = Instance.new("TextLabel")
  13. local Buttons = Instance.new("Frame")
  14. local R6 = Instance.new("TextButton")
  15. local Menu = Instance.new("Frame")
  16. local R6_2 = Instance.new("Frame")
  17. local Funny = Instance.new("TextButton")
  18. local DontTouch = Instance.new("TextLabel")
  19. local Kazotskykick = Instance.new("TextButton")
  20. local MoonWalk = Instance.new("TextButton")
  21. local MonsterDance = Instance.new("TextButton")
  22. local TheCharleston = Instance.new("TextButton")
  23. local Close = Instance.new("TextButton")
  24. local Frame = Instance.new("Frame")
  25. local RobloxAnimation = Instance.new("ImageButton")
  26. local DontTouch_2 = Instance.new("TextLabel")
  27. local TextButton = Instance.new("TextButton")
  28. --Properties:
  29. ROBLOXAnimationGuiV1.Name = "ROBLOX Animation Gui V1"
  30. ROBLOXAnimationGuiV1.Parent = game.CoreGui
  31.  
  32. Main.Name = "Main"
  33. Main.Parent = ROBLOXAnimationGuiV1
  34. Main.Active = true
  35. Main.BackgroundColor3 = Color3.new(0, 1, 0)
  36. Main.BorderSizePixel = 0
  37. Main.Draggable = true
  38. Main.Position = UDim2.new(0.700692773, -636, 0.763032913, -426)
  39. Main.Size = UDim2.new(0.32224825, 0, 0.0324948765, 0)
  40. Main.Visible = false
  41. Main.Font = Enum.Font.ArialBold
  42. Main.Text = "ROBLOX Animation V1"
  43. Main.TextColor3 = Color3.new(0, 0.0666667, 1)
  44. Main.TextSize = 18
  45. Main.TextWrapped = true
  46.  
  47. Buttons.Name = "Buttons"
  48. Buttons.Parent = Main
  49. Buttons.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  50. Buttons.BorderSizePixel = 0
  51. Buttons.Position = UDim2.new(-0.000907857087, 0, 0.997121692, 0)
  52. Buttons.Size = UDim2.new(0.265467763, 0, 10.3687773, 0)
  53.  
  54. R6.Name = "R6"
  55. R6.Parent = Buttons
  56. R6.BackgroundColor3 = Color3.new(0.027451, 0.792157, 0.219608)
  57. R6.BorderSizePixel = 0
  58. R6.Position = UDim2.new(0.0479563698, 0, 0.0300671309, 0)
  59. R6.Size = UDim2.new(0.903865874, 0, 0.100000001, 0)
  60. R6.Font = Enum.Font.SourceSans
  61. R6.Text = "R6"
  62. R6.TextColor3 = Color3.new(0, 0, 0)
  63. R6.TextScaled = true
  64. R6.TextSize = 14
  65. R6.TextWrapped = true
  66.  
  67. Menu.Name = "Menu"
  68. Menu.Parent = Main
  69. Menu.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  70. Menu.BorderSizePixel = 0
  71. Menu.Position = UDim2.new(0.264559805, 0, 0.997121751, 0)
  72. Menu.Size = UDim2.new(0.735440373, 0, 10.3687773, 0)
  73.  
  74. R6_2.Name = "R6"
  75. R6_2.Parent = Menu
  76. R6_2.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  77. R6_2.BorderSizePixel = 0
  78. R6_2.Position = UDim2.new(-0.00189384643, 0, 0.000277595129, 0)
  79. R6_2.Size = UDim2.new(1.00189388, 0, 0.999722302, 0)
  80.  
  81. Funny.Name = "Funny"
  82. Funny.Parent = Animations
  83. Funny.BackgroundColor3 = Color3.new(0.027451, 0.792157, 0.219608)
  84. Funny.BorderSizePixel = 0
  85. Funny.Position = UDim2.new(0.04406159, 0, 0.167241395, 0)
  86. Funny.Size = UDim2.new(0.325419068, 0, 0.0975196585, 0)
  87. Funny.Font = Enum.Font.SourceSans
  88. Funny.Text = "Funny"
  89. Funny.TextColor3 = Color3.new(0, 0, 0)
  90. Funny.TextScaled = true
  91. Funny.TextSize = 14
  92. Funny.TextWrapped = true
  93. Funny.MouseButton1Down:connect(function()
  94. local AnimationId = "148840371"
  95. local Anim = Instance.new("Animation")
  96. Anim.AnimationId = "rbxassetid://"..AnimationId
  97. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  98. k:Play() --Play the animation
  99. k:AdjustSpeed(4) --Set '1' to any value you want to adjust the animation speed.
  100. end)
  101.  
  102. DontTouch.Name = "DontTouch"
  103. DontTouch.Parent = R6_2
  104. DontTouch.BackgroundColor3 = Color3.new(0.815686, 1, 0.972549)
  105. DontTouch.BackgroundTransparency = 0.69999998807907
  106. DontTouch.BorderSizePixel = 0
  107. DontTouch.Position = UDim2.new(0.0430823863, 0, 0.0302362423, 0)
  108. DontTouch.Size = UDim2.new(0.922160864, 0, 0.0780700967, 0)
  109. DontTouch.Font = Enum.Font.SourceSans
  110. DontTouch.Text = "Animations"
  111. DontTouch.TextColor3 = Color3.new(0, 0, 0)
  112. DontTouch.TextScaled = true
  113. DontTouch.TextSize = 14
  114. DontTouch.TextWrapped = true
  115.  
  116. Kazotskykick.Name = "Kazotsky kick"
  117. Kazotskykick.Parent = R6_2
  118. Kazotskykick.BackgroundColor3 = Color3.new(0.027451, 0.792157, 0.219608)
  119. Kazotskykick.BorderSizePixel = 0
  120. Kazotskykick.Position = UDim2.new(0.0440616012, 0, 0.307433844, 0)
  121. Kazotskykick.Size = UDim2.new(0.325419068, 0, 0.0975196585, 0)
  122. Kazotskykick.Font = Enum.Font.SourceSans
  123. Kazotskykick.Text = "Dance1"
  124. Kazotskykick.TextColor3 = Color3.new(0, 0, 0)
  125. Kazotskykick.TextScaled = true
  126. Kazotskykick.TextSize = 14
  127. Kazotskykick.TextWrapped = true
  128. Kazotskykick.MouseButton1Down:connect(function()
  129. local AnimationId = "27789359"
  130. local Anim = Instance.new("Animation")
  131. Anim.AnimationId = "rbxassetid://"..AnimationId
  132. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  133. k:Play() --Play the animation
  134. k:AdjustSpeed(1.4) --Set '1' to any value you want to adjust the animation speed.
  135. end)
  136.  
  137.  
  138. MoonWalk.Name = "Moon Walk"
  139. MoonWalk.Parent = R6_2
  140. MoonWalk.BackgroundColor3 = Color3.new(0.027451, 0.792157, 0.219608)
  141. MoonWalk.BorderSizePixel = 0
  142. MoonWalk.Position = UDim2.new(0.0440616012, 0, 0.45037511, 0)
  143. MoonWalk.Size = UDim2.new(0.325419068, 0, 0.0975196585, 0)
  144. MoonWalk.Font = Enum.Font.SourceSans
  145. MoonWalk.Text = "Dance2"
  146. MoonWalk.TextColor3 = Color3.new(0, 0, 0)
  147. MoonWalk.TextScaled = true
  148. MoonWalk.TextSize = 14
  149. MoonWalk.TextWrapped = true
  150. MoonWalk.MouseButton1Down:connect(function()
  151. local AnimationId = "30196114"
  152. local Anim = Instance.new("Animation")
  153. Anim.AnimationId = "rbxassetid://"..AnimationId
  154. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  155. k:Play() --Play the animation
  156. k:AdjustSpeed(1.25) --Set '1' to any value you want to adjust the animation speed.
  157. end)
  158.  
  159. MonsterDance.Name = "Monster Dance"
  160. MonsterDance.Parent = R6_2
  161. MonsterDance.BackgroundColor3 = Color3.new(0.027451, 0.792157, 0.219608)
  162. MonsterDance.BorderSizePixel = 0
  163. MonsterDance.Position = UDim2.new(0.0440615974, 0, 0.593316376, 0)
  164. MonsterDance.Size = UDim2.new(0.325419068, 0, 0.0975196585, 0)
  165. MonsterDance.Font = Enum.Font.SourceSans
  166. MonsterDance.Text = "Dance3"
  167. MonsterDance.TextColor3 = Color3.new(0, 0, 0)
  168. MonsterDance.TextScaled = true
  169. MonsterDance.TextSize = 14
  170. MonsterDance.TextWrapped = true
  171. MonsterDance.MouseButton1Down:connect(function()
  172. local AnimationId = "35654637"
  173. local Anim = Instance.new("Animation")
  174. Anim.AnimationId = "rbxassetid://"..AnimationId
  175. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  176. k:Play() --Play the animation
  177. k:AdjustSpeed(1.25) --Set '1' to any value you want to adjust the animation speed.
  178. end)
  179.  
  180. TheCharleston.Name = "The Charleston"
  181. TheCharleston.Parent = R6_2
  182. TheCharleston.BackgroundColor3 = Color3.new(0.027451, 0.792157, 0.219608)
  183. TheCharleston.BorderSizePixel = 0
  184. TheCharleston.Position = UDim2.new(0.0418680906, 0, 0.730759919, 0)
  185. TheCharleston.Size = UDim2.new(0.325419068, 0, 0.0975196585, 0)
  186. TheCharleston.Font = Enum.Font.SourceSans
  187. TheCharleston.Text = "Dance 4"
  188. TheCharleston.TextColor3 = Color3.new(0, 0, 0)
  189. TheCharleston.TextScaled = true
  190. TheCharleston.TextSize = 14
  191. TheCharleston.TextWrapped = true
  192. TheCharleston.MouseButton1Down:connect(function()
  193. local AnimationId = "429703734"
  194. local Anim = Instance.new("Animation")
  195. Anim.AnimationId = "rbxassetid://"..AnimationId
  196. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  197. k:Play() --Play the animation
  198. k:AdjustSpeed(1.25) --Set '1' to any value you want to adjust the animation speed.
  199. end)
  200.  
  201. Close.Name = "Close"
  202. Close.Parent = Main
  203. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  204. Close.BorderSizePixel = 0
  205. Close.Position = UDim2.new(0.0148961432, 0, 10.3724089, 0)
  206. Close.Size = UDim2.new(0.228792906, 0, 0.969475329, 0)
  207. Close.Font = Enum.Font.SciFi
  208. Close.Text = "CLOSE"
  209. Close.TextColor3 = Color3.new(0, 0, 0)
  210. Close.TextScaled = true
  211. Close.TextSize = 14
  212. Close.TextWrapped = true
  213.  
  214. Frame.Parent = ROBLOXAnimationGuiV1
  215. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  216. Frame.Position = UDim2.new(0, 0, 0.343498051, 0)
  217. Frame.Size = UDim2.new(0.0878831074, 0, 0.152678251, 0)
  218. Frame.Style = Enum.FrameStyle.DropShadow
  219.  
  220. RobloxAnimation.Name = "Roblox Animation"
  221. RobloxAnimation.Parent = ROBLOXAnimationGuiV1
  222. RobloxAnimation.BackgroundColor3 = Color3.new(0.815686, 1, 0.972549)
  223. RobloxAnimation.BackgroundTransparency = 0.30000001192093
  224. RobloxAnimation.Position = UDim2.new(0.00997861754, 0, 0.362842977, 0)
  225. RobloxAnimation.Size = UDim2.new(0.0677334294, 0, 0.0935134068, 0)
  226. RobloxAnimation.Image = "rbxassetid://3122371657"
  227.  
  228. DontTouch_2.Name = "DontTouch"
  229. DontTouch_2.Parent = RobloxAnimation
  230. DontTouch_2.BackgroundColor3 = Color3.new(0.815686, 1, 0.972549)
  231. DontTouch_2.BackgroundTransparency = 0.30000001192093
  232. DontTouch_2.BorderSizePixel = 0
  233. DontTouch_2.Position = UDim2.new(0, 0, 0.999999881, 0)
  234. DontTouch_2.Size = UDim2.new(1.00000012, 0, 0.276392519, 0)
  235. DontTouch_2.Font = Enum.Font.SourceSans
  236. DontTouch_2.Text = "Roblox Animation"
  237. DontTouch_2.TextColor3 = Color3.new(0, 0, 0)
  238. DontTouch_2.TextScaled = true
  239. DontTouch_2.TextSize = 14
  240. DontTouch_2.TextWrapped = true
  241.  
  242. TextButton.Parent = RobloxAnimation
  243. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  244. TextButton.BackgroundTransparency = 1
  245. TextButton.Position = UDim2.new(0.0307576545, 0, 0, 0)
  246. TextButton.Size = UDim2.new(0.969242275, 0, 1.27639222, 0)
  247. TextButton.Font = Enum.Font.SourceSans
  248. TextButton.Text = ""
  249. TextButton.TextColor3 = Color3.new(0, 0, 0)
  250. TextButton.TextSize = 14
  251. -- Scripts:
  252. function SCRIPT_SVCU77_FAKESCRIPT() -- R6.LocalScript
  253. local script = Instance.new('LocalScript')
  254. script.Parent = R6
  255. script.Parent.MouseButton1Click:Connect(function()
  256. script.Parent.Parent.Parent.Menu.R6.Visible = true
  257.  
  258. end)
  259.  
  260. end
  261. coroutine.resume(coroutine.create(SCRIPT_SVCU77_FAKESCRIPT))
  262. function SCRIPT_OELH88_FAKESCRIPT() -- Close.LocalScript
  263. local script = Instance.new('LocalScript')
  264. script.Parent = Close
  265. script.Parent.MouseButton1Click:Connect(function()
  266. script.Parent.Parent.Parent.Main.Visible = false
  267. end)
  268.  
  269. end
  270. coroutine.resume(coroutine.create(SCRIPT_OELH88_FAKESCRIPT))
  271. function SCRIPT_KXAE87_FAKESCRIPT() -- TextButton.LocalScript
  272. local script = Instance.new('LocalScript')
  273. script.Parent = TextButton
  274. script.Parent.MouseButton1Click:Connect(function()
  275. script.Parent.Parent.Parent.Main.Visible = true
  276. end)
  277.  
  278. end
  279. coroutine.resume(coroutine.create(SCRIPT_KXAE87_FAKESCRIPT))
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement