Advertisement
16LHLH
Oct 14th, 2024
16
0
Never
This is comment for paste teleport script
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --You can do Stuff to the script.
  2. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  3. local pl2 = "The person username here."
  4. local humanoid = game.Players.LocalPlayer.Character.Humanoid
  5. humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
  6. wait(0.1)
  7. pl.CFrame = game.Players[pl2].Character.HumanoidRootPart.CFrame
  8. -- the raw comment script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement