Categories > Exploiting > Scripts >

[REQ] A script to go to everyone in the server

Posts: 6

Threads: 3

Joined: Nov, 2021

Reputation: 0

Posted

I need a script to go to everyplayer in the server one by one, basically just teleport to everybody in the server.

  • 0

when u realize that anime is better then manga 😱🥶😳

WetWipes

Professional Idiot

vip

Posts: 146

Threads: 32

Joined: Sep, 2020

Reputation: 14

Replied

I think I know what you're asking for?

for i,v in pairs(game.Workspace:GetDescendants()) do
    if v.Name == "HumanoidRootPart" then
        game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame * CFrame.new(0, 0, -1)
    end
end
  • 0

Open to help anyone with anything, DM me on discord :)

Users viewing this thread:

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