Advertisement
SlappyDappyCrappy

oof

Oct 15th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.05 KB | None | 0 0
  1.             game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  2.             game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  3.             game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  4.             local SEIZURETIME = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  5.             SEIZURETIME.SoundId = "rbxassetid://171914461"
  6.             SEIZURETIME.Looped = true
  7.             SEIZURETIME:Play()
  8.             SEIZURETIME.Pitch = 1.2
  9.             SEIZURETIME.Volume = 50
  10.             local velocity = Instance.new("BodyVelocity", game.Players.LocalPlayer.Character.Torso)
  11.             velocity.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  12.             velocity.Velocity = Vector3.new(game.Players.LocalPlayer.Character.Torso.CFrame.lookVector,game.Players.LocalPlayer.Character.Torso.CFrame.lookVector ,game.Players.LocalPlayer.Character.Torso.CFrame.lookVector)
  13.             velocity:destroy()
  14.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.Angles(-90, 0, 0)
  15.                 game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(math.random(-1,1),0,0)
  16.                 game.Players.LocalPlayer.Character.Torso["Left Hip"].C0 = game.Players.LocalPlayer.Character.Torso["Left Hip"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  17.                 game.Players.LocalPlayer.Character.Torso["Right Hip"].C0 = game.Players.LocalPlayer.Character.Torso["Right Hip"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  18.                 game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  19.                 game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  20.             end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement