Advertisement
MrSynpase

Breaking point tp to table

Jan 11th, 2021
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  2. local location = CFrame.new(-29.2231693, 6.5734911, -209.023529)
  3. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  4. humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
  5. wait(1)
  6. pl.CFrame = location
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement