viewing paste Unknown #21939 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
wait(3)
master = game.Workspace.Player
mouse = game.Players.Player:GetMouse()
 
 mouse.KeyDown:connect(function(key)
    if key == "t" then 
        
 
hum = master.Humanoid
Rarm = master["Right Arm"]
Larm = master["Left Arm"]
Rleg = master["Right Leg"]
Lleg = master["Left Leg"]
Torso = master.Torso
while true do
wait(0.0000000001)
Torso["Right Shoulder"].C1 = Torso["Right Shoulder"].C1*CFrame.Angles(0,0.112,0.112)
Torso["Left Shoulder"].C1 = Torso["Left Shoulder"].C1*CFrame.Angles(0,0.112,0.112)
Torso["Left Hip"].C1 = Torso["Left Hip"].C1*CFrame.Angles(0,0.112,0.112)
Torso["Right Hip"].C1 = Torso["Right Hip"].C1*CFrame.Angles(0,0.112,0.112)
Torso["Neck"].C1 = Torso["Neck"].C1*CFrame.Angles(0,0.112,0.112)
    end
end
end)
 
Viewed 950 times, submitted by Guest.