Advertisement
Friaza

Untitled

Jun 21st, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. c = game.Workspace.Friaza
  2. v = Instance.new("BodyVelocity", c.Torso)
  3. v.maxForce = Vector3.new(100000,100000,100000)
  4. v.velocity = c.Torso.CFrame.lookVector *50
  5. wait(2)
  6. RS = c.Torso["Right Shoulder"]
  7. LS = c.Torso["Left Shoulder"]
  8. za = true
  9. game:GetService("Chat"):Chat(c.Head, "Looks like team bad cosplayer is blasting off!")
  10. c.Humanoid.Name = "Derp"
  11. repeat wait() c.Derp.Health = c.Derp.MaxHealth RS.C0 = RS.C0 *CFrame.Angles(0, 0, 0.3) LS.C0 = LS.C0 *CFrame.Angles(0, 0, -0.3) until za == false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement