Advertisement
TheSovietRat

crash server

Mar 1st, 2020
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. --/* Void Deletion
  2. wait(1) local CPart = Instance.new('Part',workspace)
  3. CPart.CanCollide = false
  4. CPart.Transparency = 1 CPart.Anchored = true
  5. CPart.CFrame = Char['Head'].CFrame
  6. workspace.Camera.CameraSubject = CPart
  7. warn('Shutdown Activated') Char['Humanoid'].Sit = true
  8. local BV = Instance.new('BodyVelocity', Char['HumanoidRootPart'])
  9. BV.MaxForce = Vector3.new(1e5,1e5,1e5)
  10. BV.Velocity = Vector3.new(0,-1e5,0)
  11. BV.P = 1e5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement