Advertisement
16LHLH

teleport script

Oct 12th, 2024
115
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  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
Advertisement
Comments
  • 16LHLH
    70 days
    # Lua 0.35 KB | 0 0
    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
Add Comment
Please, Sign In to add comment
Advertisement