Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- ScreenGui0 = Instance.new("ScreenGui")
- Frame1 = Instance.new("Frame")
- TextButton2 = Instance.new("TextButton")
- IntValue3 = Instance.new("IntValue")
- LocalScript4 = Instance.new("LocalScript")
- TextButton5 = Instance.new("TextButton")
- IntValue6 = Instance.new("IntValue")
- TextButton7 = Instance.new("TextButton")
- IntValue8 = Instance.new("IntValue")
- TextButton9 = Instance.new("TextButton")
- IntValue10 = Instance.new("IntValue")
- TextButton11 = Instance.new("TextButton")
- IntValue12 = Instance.new("IntValue")
- TextButton13 = Instance.new("TextButton")
- IntValue14 = Instance.new("IntValue")
- TextButton15 = Instance.new("TextButton")
- IntValue16 = Instance.new("IntValue")
- TextButton17 = Instance.new("TextButton")
- IntValue18 = Instance.new("IntValue")
- TextButton19 = Instance.new("TextButton")
- IntValue20 = Instance.new("IntValue")
- TextButton21 = Instance.new("TextButton")
- IntValue22 = Instance.new("IntValue")
- TextButton23 = Instance.new("TextButton")
- IntValue24 = Instance.new("IntValue")
- TextButton25 = Instance.new("TextButton")
- IntValue26 = Instance.new("IntValue")
- TextButton27 = Instance.new("TextButton")
- IntValue28 = Instance.new("IntValue")
- ImageButton29 = Instance.new("ImageButton")
- LocalScript30 = Instance.new("LocalScript")
- ScreenGui0.Name = "AnimationsGui"
- ScreenGui0.Parent = mas
- Frame1.Name = "BottomRightControl"
- Frame1.Parent = ScreenGui0
- Frame1.Position = UDim2.new(1, -350, 1, -93)
- Frame1.Size = UDim2.new(0, 367, 0, 93)
- Frame1.BackgroundColor = BrickColor.new("Really black")
- Frame1.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame1.BackgroundTransparency = 0.58999997377396
- Frame1.BorderColor = BrickColor.new("Really black")
- Frame1.BorderColor3 = Color3.new(0, 0, 0)
- Frame1.BorderSizePixel = 0
- TextButton2.Name = "Dance"
- TextButton2.Parent = Frame1
- TextButton2.Position = UDim2.new(0, 74, 0, 34)
- TextButton2.Size = UDim2.new(0, 65, 0, 25)
- TextButton2.BackgroundColor = BrickColor.new("Institutional white")
- TextButton2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton2.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- TextButton2.Font = Enum.Font.SourceSansBold
- TextButton2.FontSize = Enum.FontSize.Size18
- TextButton2.Text = "Dance"
- TextButton2.TextColor = BrickColor.new("Institutional white")
- TextButton2.TextColor3 = Color3.new(1, 1, 1)
- TextButton2.TextSize = 18
- TextButton2.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
- IntValue3.Name = "AnimID"
- IntValue3.Parent = TextButton2
- IntValue3.Value = 2914855928
- LocalScript4.Name = "AnimScript"
- LocalScript4.Parent = Frame1
- table.insert(cors,sandbox(LocalScript4,function()
- wait(1)
- local frame=script.Parent
- local user=game.Players.LocalPlayer
- repeat wait() until user.Character local char=user.Character
- local humanoid=char:WaitForChild("Humanoid")
- local anim
- function playanim(id)
- if char~=nil and humanoid~=nil then
- local id="rbxassetid://"..tostring(id)
- local oldanim=char:FindFirstChild("LocalAnimation")
- if anim~=nil then
- anim:Stop()
- end
- if oldanim~=nil then
- if oldanim.AnimationId==id then
- oldanim:Destroy()
- return
- end
- oldanim:Destroy()
- end
- local animation=Instance.new("Animation",char)
- animation.Name="LocalAnimation"
- animation.AnimationId=id
- anim=humanoid:LoadAnimation(animation)
- anim:Play()
- end
- end
- local b1=frame.Wave
- b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
- local b1=frame.Point
- b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
- local b1=frame.Cheer
- b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
- local b1=frame.Laugh
- b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
- local b1=frame.Dance
- b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
- local b1=frame.Dance2
- b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
- local b1=frame.Dance3
- b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
- local b1=frame.Dance4
- b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
- local b1=frame.Dance5
- b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
- local b1=frame.Dance6
- b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
- local b1=frame.Dance7
- b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
- local b1=frame.Dance8
- b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
- local b1=frame.Dance9
- b1.MouseButton1Down:connect(function() playanim(b1.AnimID.Value) end)
- end))
- TextButton5.Name = "Dance2"
- TextButton5.Parent = Frame1
- TextButton5.Position = UDim2.new(0, 74, 0, 64)
- TextButton5.Size = UDim2.new(0, 65, 0, 25)
- TextButton5.BackgroundColor = BrickColor.new("Institutional white")
- TextButton5.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton5.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- TextButton5.Font = Enum.Font.SourceSansBold
- TextButton5.FontSize = Enum.FontSize.Size14
- TextButton5.Text = "Arm Wave"
- TextButton5.TextColor = BrickColor.new("Institutional white")
- TextButton5.TextColor3 = Color3.new(1, 1, 1)
- TextButton5.TextSize = 14
- IntValue6.Name = "AnimID"
- IntValue6.Parent = TextButton5
- IntValue6.Value = 2914894729
- TextButton7.Name = "Dance3"
- TextButton7.Parent = Frame1
- TextButton7.Position = UDim2.new(0, 144, 0, 4)
- TextButton7.Size = UDim2.new(0, 65, 0, 25)
- TextButton7.BackgroundColor = BrickColor.new("Institutional white")
- TextButton7.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton7.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- TextButton7.Font = Enum.Font.SourceSansBold
- TextButton7.FontSize = Enum.FontSize.Size18
- TextButton7.Text = "Cha Cha"
- TextButton7.TextColor = BrickColor.new("Institutional white")
- TextButton7.TextColor3 = Color3.new(1, 1, 1)
- TextButton7.TextSize = 18
- TextButton7.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
- IntValue8.Name = "AnimID"
- IntValue8.Parent = TextButton7
- IntValue8.Value = 2914824638
- TextButton9.Name = "Laugh"
- TextButton9.Parent = Frame1
- TextButton9.Position = UDim2.new(0, 74, 0, 4)
- TextButton9.Size = UDim2.new(0, 65, 0, 25)
- TextButton9.BackgroundColor = BrickColor.new("Institutional white")
- TextButton9.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton9.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- TextButton9.Font = Enum.Font.SourceSansBold
- TextButton9.FontSize = Enum.FontSize.Size18
- TextButton9.Text = "Laugh"
- TextButton9.TextColor = BrickColor.new("Institutional white")
- TextButton9.TextColor3 = Color3.new(1, 1, 1)
- TextButton9.TextSize = 18
- IntValue10.Name = "AnimID"
- IntValue10.Parent = TextButton9
- IntValue10.Value = 2914894729
- TextButton11.Name = "Point"
- TextButton11.Parent = Frame1
- TextButton11.Position = UDim2.new(0, 4, 0, 34)
- TextButton11.Size = UDim2.new(0, 65, 0, 25)
- TextButton11.BackgroundColor = BrickColor.new("Institutional white")
- TextButton11.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton11.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- TextButton11.Font = Enum.Font.SourceSansBold
- TextButton11.FontSize = Enum.FontSize.Size18
- TextButton11.Text = "Point"
- TextButton11.TextColor = BrickColor.new("Institutional white")
- TextButton11.TextColor3 = Color3.new(1, 1, 1)
- TextButton11.TextSize = 18
- TextButton11.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
- IntValue12.Name = "AnimID"
- IntValue12.Parent = TextButton11
- IntValue12.Value = 128853357
- TextButton13.Name = "Cheer"
- TextButton13.Parent = Frame1
- TextButton13.Position = UDim2.new(0, 4, 0, 64)
- TextButton13.Size = UDim2.new(0, 65, 0, 25)
- TextButton13.BackgroundColor = BrickColor.new("Institutional white")
- TextButton13.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton13.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- TextButton13.Font = Enum.Font.SourceSansBold
- TextButton13.FontSize = Enum.FontSize.Size18
- TextButton13.Text = "Cheer"
- TextButton13.TextColor = BrickColor.new("Institutional white")
- TextButton13.TextColor3 = Color3.new(1, 1, 1)
- TextButton13.TextSize = 18
- TextButton13.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
- IntValue14.Name = "AnimID"
- IntValue14.Parent = TextButton13
- IntValue14.Value = 2914872449
- TextButton15.Name = "Wave"
- TextButton15.Parent = Frame1
- TextButton15.Position = UDim2.new(0, 4, 0, 4)
- TextButton15.Size = UDim2.new(0, 65, 0, 25)
- TextButton15.BackgroundColor = BrickColor.new("Institutional white")
- TextButton15.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton15.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- TextButton15.Font = Enum.Font.SourceSansBold
- TextButton15.FontSize = Enum.FontSize.Size18
- TextButton15.Text = "Wave"
- TextButton15.TextColor = BrickColor.new("Institutional white")
- TextButton15.TextColor3 = Color3.new(1, 1, 1)
- TextButton15.TextSize = 18
- IntValue16.Name = "AnimID"
- IntValue16.Parent = TextButton15
- IntValue16.Value = 128777973
- TextButton17.Name = "Dance4"
- TextButton17.Parent = Frame1
- TextButton17.Position = UDim2.new(0, 144, 0, 34)
- TextButton17.Size = UDim2.new(0, 65, 0, 25)
- TextButton17.BackgroundColor = BrickColor.new("Institutional white")
- TextButton17.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton17.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- TextButton17.Font = Enum.Font.SourceSansBold
- TextButton17.FontSize = Enum.FontSize.Size18
- TextButton17.Text = "Shots"
- TextButton17.TextColor = BrickColor.new("Institutional white")
- TextButton17.TextColor3 = Color3.new(1, 1, 1)
- TextButton17.TextSize = 18
- TextButton17.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
- IntValue18.Name = "AnimID"
- IntValue18.Parent = TextButton17
- IntValue18.Value = 30196114
- TextButton19.Name = "Dance5"
- TextButton19.Parent = Frame1
- TextButton19.Position = UDim2.new(0, 144, 0, 64)
- TextButton19.Size = UDim2.new(0, 65, 0, 25)
- TextButton19.BackgroundColor = BrickColor.new("Institutional white")
- TextButton19.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton19.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- TextButton19.Font = Enum.Font.SourceSansBold
- TextButton19.FontSize = Enum.FontSize.Size18
- TextButton19.Text = "Dab"
- TextButton19.TextColor = BrickColor.new("Institutional white")
- TextButton19.TextColor3 = Color3.new(1, 1, 1)
- TextButton19.TextSize = 18
- TextButton19.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
- IntValue20.Name = "AnimID"
- IntValue20.Parent = TextButton19
- IntValue20.Value = 248263260
- TextButton21.Name = "Dance6"
- TextButton21.Parent = Frame1
- TextButton21.Position = UDim2.new(0, 214, 0, 4)
- TextButton21.Size = UDim2.new(0, 65, 0, 25)
- TextButton21.BackgroundColor = BrickColor.new("Institutional white")
- TextButton21.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton21.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- TextButton21.Font = Enum.Font.SourceSansBold
- TextButton21.FontSize = Enum.FontSize.Size18
- TextButton21.Text = "Worm"
- TextButton21.TextColor = BrickColor.new("Institutional white")
- TextButton21.TextColor3 = Color3.new(1, 1, 1)
- TextButton21.TextSize = 18
- TextButton21.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
- IntValue22.Name = "AnimID"
- IntValue22.Parent = TextButton21
- IntValue22.Value = 674551550
- TextButton23.Name = "Dance7"
- TextButton23.Parent = Frame1
- TextButton23.Position = UDim2.new(0, 214, 0, 34)
- TextButton23.Size = UDim2.new(0, 65, 0, 25)
- TextButton23.BackgroundColor = BrickColor.new("Institutional white")
- TextButton23.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton23.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- TextButton23.Font = Enum.Font.SourceSansBold
- TextButton23.FontSize = Enum.FontSize.Size10
- TextButton23.Text = "Roblox Boogy"
- TextButton23.TextColor = BrickColor.new("Institutional white")
- TextButton23.TextColor3 = Color3.new(1, 1, 1)
- TextButton23.TextSize = 10
- TextButton23.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
- IntValue24.Name = "AnimID"
- IntValue24.Parent = TextButton23
- IntValue24.Value = 27789359
- TextButton25.Name = "Dance8"
- TextButton25.Parent = Frame1
- TextButton25.Position = UDim2.new(0, 214, 0, 64)
- TextButton25.Size = UDim2.new(0, 65, 0, 25)
- TextButton25.BackgroundColor = BrickColor.new("Institutional white")
- TextButton25.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton25.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- TextButton25.Font = Enum.Font.SourceSansBold
- TextButton25.FontSize = Enum.FontSize.Size14
- TextButton25.Text = "Crazy Dance"
- TextButton25.TextColor = BrickColor.new("Institutional white")
- TextButton25.TextColor3 = Color3.new(1, 1, 1)
- TextButton25.TextSize = 13
- TextButton25.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
- IntValue26.Name = "AnimID"
- IntValue26.Parent = TextButton25
- IntValue26.Value = 45834924
- TextButton27.Name = "Dance9"
- TextButton27.Parent = Frame1
- TextButton27.Position = UDim2.new(0, 284, 0, 4)
- TextButton27.Size = UDim2.new(0, 65, 0, 25)
- TextButton27.BackgroundColor = BrickColor.new("Institutional white")
- TextButton27.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton27.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- TextButton27.Font = Enum.Font.SourceSansBold
- TextButton27.FontSize = Enum.FontSize.Size14
- TextButton27.Text = "Party Time"
- TextButton27.TextColor = BrickColor.new("Institutional white")
- TextButton27.TextColor3 = Color3.new(1, 1, 1)
- TextButton27.TextSize = 14
- TextButton27.TextStrokeColor3 = Color3.new(0.807843, 0.807843, 0.807843)
- IntValue28.Name = "AnimID"
- IntValue28.Parent = TextButton27
- IntValue28.Value = 33796059
- ImageButton29.Name = "AnimationsLabel"
- ImageButton29.Parent = ScreenGui0
- ImageButton29.Position = UDim2.new(1, -49, 1, -48)
- ImageButton29.Size = UDim2.new(0, 28, 0, 31)
- ImageButton29.BackgroundTransparency = 1
- ImageButton29.Image = "rbxassetid://410307408"
- LocalScript30.Parent = ScreenGui0
- table.insert(cors,sandbox(LocalScript30,function()
- GUI = script.Parent.BottomRightControl
- Button = script.Parent.AnimationsLabel
- Open = false
- Button.MouseButton1Down:connect(function(open)
- if Open == false then
- Button.Image = "rbxassetid://410318170"
- GUI.Visible = true
- Open = true
- elseif Open == true then
- Button.Image = "rbxassetid://410307408"
- GUI.Visible = false
- Open = false
- end
- end)
- end))
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = script
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement