I don't have any tests yet but I know you can use Vector3.New
or something. can someone help??
for _, player in pairs(game.Players:GetPlayers()) do player.Character.HumanoidRootPart.CFrame = part.CFrame -- make part the part you want them to teleport to end
note, if this runs as soon as the game starts, the player/character may have not loaded in yet and it wont work. (if you want to test it, just add a wait(2) at the top of the code)