Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by Ahtoh13131423144235
- local player=game.Players.LocalPlayer
- local char=player.Character
- local mouse=player:GetMouse()
- local uses=3
- local debounce=false
- local lemonade=Instance.new("Model")
- lemonade.Parent=char
- lemonade.Name="Lemonade"
- local handle=Instance.new("Part")
- handle.Parent=lemonade
- handle.Name="Handle"
- handle.BrickColor=BrickColor.new("White")
- handle.Transparency=0.50
- handle.Anchored=false
- handle.CanCollide=true
- handle.Shape="Cylinder"
- handle.Size=Vector3.new(1.4,1.5,1.4)
- handle.TopSurface="Smooth"
- handle.BottomSurface="Smooth"
- local lemon=Instance.new("Part")
- lemon.Parent=lemonade
- lemon.Name="Lemon"
- lemon.BrickColor=BrickColor.new("Bright yellow")
- lemon.Anchored=false
- lemon.CanCollide=true
- lemon.Size=Vector3.new(1.3,1.4,1.3)
- lemon.Position=Vector3.new(0,1,0)
- lemon.TopSurface="Smooth"
- lemon.BottomSurface="Smooth"
- local lemonMesh=Instance.new("SpecialMesh")
- lemonMesh.Parent=lemon
- lemonMesh.Name="CylinderMesh"
- lemonMesh.MeshType="Cylinder"
- lemonMesh.Scale=Vector3.new(1,1,1)
- local bottle=Instance.new("Part")
- bottle.Parent=lemonade
- bottle.Name="Bottle"
- bottle.BrickColor=BrickColor.new("Bright yellow")
- bottle.Anchored=false
- bottle.CanCollide=true
- bottle.Size=Vector3.new(1,1.7,1)
- local bottleMesh=Instance.new("SpecialMesh")
- bottleMesh.Parent=bottle
- bottleMesh.Name="BottleMesh"
- bottleMesh.MeshType="FileMesh"
- bottleMesh.MeshId="http://www.roblox.com/asset/?id=29690481"
- local w1=Instance.new("Weld")
- w1.Parent=char["Right Arm"]
- w1.Name="HandleWeld"
- w1.Part0=char["Right Arm"]
- w1.Part1=handle
- w1.C0=CFrame.new(0,-1.4,0)*CFrame.fromEulerAnglesXYZ(0,1.57,0)
- local w2=Instance.new("Weld")
- w2.Parent=handle
- w2.Name="LemonWeld"
- w2.Part0=handle
- w2.Part1=lemon
- w2.C0=CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(0,0,0)
- local w3=Instance.new("Weld")
- w3.Parent=char["Left Arm"]
- w3.Name="BottleWeld"
- w3.Part0=char["Left Arm"]
- w3.Part1=bottle
- w3.C0=CFrame.new(0,-1.1,-0.3)*CFrame.fromEulerAnglesXYZ(-1.57,0,0)
- local rs=Instance.new("Weld")
- rs.Parent=char.Torso
- rs.Name="RightArmWeld"
- rs.Part0=char.Torso
- rs.Part1=char["Right Arm"]
- rs.C0=CFrame.new(1.3,0.5,0)*CFrame.fromEulerAnglesXYZ(1.57,0,-0.2)
- rs.C1=CFrame.new(0,0.5,0)
- local ls=Instance.new("Weld")
- ls.Parent=char.Torso
- ls.Name="LeftArmWeld"
- ls.Part0=char.Torso
- ls.Part1=char["Left Arm"]
- ls.C0=CFrame.new(-1.5,0.5,0)*CFrame.fromEulerAnglesXYZ(0,0,0)
- ls.C1=CFrame.new(0,0.5,0)
- local drink=Instance.new("Sound")
- drink.Parent=handle
- drink.Name="Drink"
- drink.SoundId="http://www.roblox.com/asset/?id=10722059"
- local drinkPour=Instance.new("Sound")
- drinkPour.Parent=handle
- drinkPour.Name="DrinkPour"
- drinkPour.SoundId="http://www.roblox.com/asset/?id=554208103"
- mouse.Button1Down:connect(function()
- if debounce==false and uses>0 then
- debounce=true
- uses=uses-1
- for i=1,5 do
- rs.C0=rs.C0*CFrame.fromEulerAnglesXYZ(0,0,-0.1)
- wait()
- end
- for i=1,3 do
- w1.C0=w1.C0*CFrame.new(0.1,0,0)
- wait()
- end
- for i=1,3 do
- w1.C0=w1.C0*CFrame.new(0,0,-0.1)
- wait()
- end
- for i=1,3 do
- w1.C0=w1.C0*CFrame.fromEulerAnglesXYZ(0,0,0.1)
- wait()
- end
- for i=1,3 do
- w1.C0=w1.C0*CFrame.fromEulerAnglesXYZ(0,0,0.1)
- wait()
- end
- drink:Play()
- for i=1,3 do
- lemonMesh.Scale=lemonMesh.Scale-Vector3.new(0.1,0,0)
- w2.C0=w2.C0*CFrame.new(-0.05,0,0)
- wait(0.2)
- end
- wait(2)
- for i=1,3 do
- w1.C0=w1.C0*CFrame.fromEulerAnglesXYZ(0,0,-0.1)
- wait()
- end
- for i=1,3 do
- w1.C0=w1.C0*CFrame.fromEulerAnglesXYZ(0,0,-0.1)
- wait()
- end
- for i=1,3 do
- w1.C0=w1.C0*CFrame.new(-0.1,0,0)
- wait()
- end
- for i=1,5 do
- rs.C0=rs.C0*CFrame.fromEulerAnglesXYZ(0,0,0.1)
- wait()
- end
- debounce=false
- w1.C0=CFrame.new(0,-1.4,0)*CFrame.fromEulerAnglesXYZ(0,1.57,0)
- elseif debounce==false and uses<=0 then
- debounce=true
- for i=1,16 do
- ls.C0=ls.C0*CFrame.fromEulerAnglesXYZ(0.1,0,0)
- wait()
- end
- ls.C0=CFrame.new(-1.5,0.5,0)*CFrame.fromEulerAnglesXYZ(1.57,0,0)
- for i=1,7 do
- ls.C0=ls.C0*CFrame.fromEulerAnglesXYZ(0,0,0.1)
- wait()
- end
- for i=1,7 do
- ls.C0=ls.C0*CFrame.new(0,-0.1,0)
- wait()
- end
- for i=1,9 do
- w1.C0=w1.C0*CFrame.new(-0.1,0,0)
- wait()
- end
- for i=1,3 do
- w3.C0=w3.C0*CFrame.new(0.1,0,0)
- wait()
- end
- for i=1,19 do
- w3.C0=w3.C0*CFrame.fromEulerAnglesXYZ(-0.1,0,0)
- wait()
- end
- drinkPour:Play()
- for i=1,9 do
- lemonMesh.Scale=lemonMesh.Scale+Vector3.new(0.1,0,0)
- w2.C0=w2.C0*CFrame.new(0.05,0,0)
- wait(0.2)
- end
- for i=1,3 do
- w3.C0=w3.C0*CFrame.new(-0.1,0,0)
- wait()
- end
- for i=1,19 do
- w3.C0=w3.C0*CFrame.fromEulerAnglesXYZ(0.1,0,0)
- wait()
- end
- for i=1,9 do
- w1.C0=w1.C0*CFrame.new(0.1,0,0)
- wait()
- end
- for i=1,7 do
- ls.C0=ls.C0*CFrame.new(0,0.1,0)
- wait()
- end
- for i=1,7 do
- ls.C0=ls.C0*CFrame.fromEulerAnglesXYZ(0,0,0-.1)
- wait()
- end
- for i=1,16 do
- ls.C0=ls.C0*CFrame.fromEulerAnglesXYZ(-0.1,0,0)
- wait()
- end
- ls.C0=CFrame.new(-1.5,0.5,0)
- debounce=false
- uses=3
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement