Advertisement
sonmol

Teleport to briefcase Jailbreak Script

Apr 1st, 2020
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Local Lp = Game:GetService("Players").LocalPlayer
  2. Local Char = Lp.Character
  3. Local Pos = Instance.New("CFrameValue")
  4. If Char Then
  5. Pos.Value = Char.HumanoidRootPart.CFrame
  6. Char.HumanoidRootPart.CFrame = Char.HumanoidRootPart.CFrame*CFrame.New(0,19,0)
  7. Wait(.2)
  8. Char.HumanoidRootPart.CFrame = Pos.Value
  9. Char.HumanoidRootPart.CFrame = Workspace.Drop.Briefcase.CFrame
  10. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement