Nova355killer

tp to drifcase

Dec 23rd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 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(0.2)
  8. char.HumanoidRootPart.CFrame = pos.Value
  9. char.HumanoidRootPart.CFrame = game.workspace.Drop.Briefcase.CFrame
  10. end
Add Comment
Please, Sign In to add comment