fetmaro007

animation mocap troll gui

May 6th, 2021 (edited)
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. -- game: https://web.roblox.com/games/3093229294/JUBILATION-Animations-Mocap?refPageId=6ed84aae-13b8-48bc-ad47-21d7784b3705 --
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextButton = Instance.new("TextButton")
  6. local TextButton_2 = Instance.new("TextButton")
  7. local TextButton_3 = Instance.new("TextButton")
  8.  
  9. ScreenGui.Parent = game.CoreGui
  10. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11.  
  12. Frame.Parent = ScreenGui
  13. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  14. Frame.Position = UDim2.new(0.057570979, 0, 0.235872239, 0)
  15. Frame.Size = UDim2.new(0, 456, 0, 253)
  16. Frame.Style = Enum.FrameStyle.RobloxSquare
  17. Frame.Active = true
  18. Frame.Draggable = true
  19.  
  20. TextButton.Parent = Frame
  21. TextButton.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  22. TextButton.Position = UDim2.new(0.0396322943, 0, 0.0875987187, 0)
  23. TextButton.Size = UDim2.new(0, 411, 0, 29)
  24. TextButton.Font = Enum.Font.Sarpanch
  25. TextButton.Text = "Insane Animation"
  26. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  27. TextButton.TextSize = 14.000
  28. TextButton.MouseButton1Down:connect(function()
  29. game:GetService("ReplicatedStorage").PlayAnimation:FireServer("rbxassetid://6763995744", 1000000000, true, "B4B15148-EF9E-46EC-A876-3CDD14E4149D")
  30. end)
  31.  
  32. TextButton_2.Parent = Frame
  33. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  34. TextButton_2.Position = UDim2.new(0.0396322943, 0, 0.308942586, 0)
  35. TextButton_2.Size = UDim2.new(0, 411, 0, 29)
  36. TextButton_2.Font = Enum.Font.Sarpanch
  37. TextButton_2.Text = "Freeze Animation"
  38. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  39. TextButton_2.TextSize = 14.000
  40. TextButton_2.MouseButton1Down:connect(function()
  41. game:GetService("ReplicatedStorage").PlayAnimation:FireServer("rbxassetid://6763995744", 0, true, "B4B15148-EF9E-46EC-A876-3CDD14E4149D")
  42. end)
  43.  
  44. TextButton_3.Parent = Frame
  45. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  46. TextButton_3.Position = UDim2.new(0.033053346, 0, 0.538191617, 0)
  47. TextButton_3.Size = UDim2.new(0, 411, 0, 29)
  48. TextButton_3.Font = Enum.Font.Sarpanch
  49. TextButton_3.Text = "Set Afk"
  50. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  51. TextButton_3.TextSize = 14.000
  52. TextButton_3.MouseButton1Down:connect(function()
  53. while true do
  54. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.Nametags.AFKService.SetAFK:InvokeServer(true)
  55. wait()
  56. end
  57. end)
Add Comment
Please, Sign In to add comment