Getting all players and teleport them in the custom location location [SOLVED]

I want to make a bring command and I want to add bring all but IDK how to get all players xan someone help me?

Kon’nichiwa! :bowing_woman:t2:

local Players = game:GetService("Players")


for i,Player in pairs(Players:GetPlayers()) do
	if Player.Character then
		Player.Character:PivotTo(Teleport_CFrame)
	end
end

GetPlayers Is this what you are looking for?

Thanks but in Japan its not afternoon so you can say Konbanwa(こんばんは) :slight_smile:

If @LadyAka has solved your problem, please mark her reply as the solution.

I start all my solutions with a standard Kon’nichiwa it’s around 20:43 so Kon’banwa would be correct, well done.

If my post was not the solution you were looking for, let me know and I can help you while I am still online.