Categories > Exploiting > Scripts >

Teleporting players to you

Posts: 1

Threads: 1

Joined: Aug, 2022

Reputation: 0

Posted

So I kinda had an idea the teleport players to me rather than teleporting to them. Does anyone have any ideas or script that already works, maybe any improvents in my code?


This was the code I used:

targetUsername = "Insert Name"

players = game:GetService("Players")
targetPlayer = players:FindFirstChild(targetUsername)
players.targetPlayer.Character:MoveTo(LocalPlayer.Character.HumanoidRootPart.Position)
  • 0

Posts: 18

Threads: 4

Joined: Aug, 2022

Reputation: 0

Replied

@FrostMyshy if the game has filtering enabled it wont work like @RealNickk said.

  • 0

yup

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )