Posted
I need a script to go to everyplayer in the server one by one, basically just teleport to everybody in the server.
when u realize that anime is better then manga 😱🥶😳
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
endCancel
Post
Wethub Discord: https://discord.gg/aYHr5X2v6H
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post