Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- game: https://web.roblox.com/games/3093229294/JUBILATION-Animations-Mocap?refPageId=6ed84aae-13b8-48bc-ad47-21d7784b3705 --
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.Position = UDim2.new(0.057570979, 0, 0.235872239, 0)
- Frame.Size = UDim2.new(0, 456, 0, 253)
- Frame.Style = Enum.FrameStyle.RobloxSquare
- Frame.Active = true
- Frame.Draggable = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
- TextButton.Position = UDim2.new(0.0396322943, 0, 0.0875987187, 0)
- TextButton.Size = UDim2.new(0, 411, 0, 29)
- TextButton.Font = Enum.Font.Sarpanch
- TextButton.Text = "Insane Animation"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 14.000
- TextButton.MouseButton1Down:connect(function()
- game:GetService("ReplicatedStorage").PlayAnimation:FireServer("rbxassetid://6763995744", 1000000000, true, "B4B15148-EF9E-46EC-A876-3CDD14E4149D")
- end)
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
- TextButton_2.Position = UDim2.new(0.0396322943, 0, 0.308942586, 0)
- TextButton_2.Size = UDim2.new(0, 411, 0, 29)
- TextButton_2.Font = Enum.Font.Sarpanch
- TextButton_2.Text = "Freeze Animation"
- TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.TextSize = 14.000
- TextButton_2.MouseButton1Down:connect(function()
- game:GetService("ReplicatedStorage").PlayAnimation:FireServer("rbxassetid://6763995744", 0, true, "B4B15148-EF9E-46EC-A876-3CDD14E4149D")
- end)
- TextButton_3.Parent = Frame
- TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
- TextButton_3.Position = UDim2.new(0.033053346, 0, 0.538191617, 0)
- TextButton_3.Size = UDim2.new(0, 411, 0, 29)
- TextButton_3.Font = Enum.Font.Sarpanch
- TextButton_3.Text = "Set Afk"
- TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_3.TextSize = 14.000
- TextButton_3.MouseButton1Down:connect(function()
- while true do
- game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.Nametags.AFKService.SetAFK:InvokeServer(true)
- wait()
- end
- end)
Add Comment
Please, Sign In to add comment