I'm aware that TeleportService & Teleport are used, but otherwise, I'm not sure.
game:GetService("TeleportService"):Teleport()
Here is the code!
local teleportService = game:GetService("TeleportService") game.Players.PlayerAdded:Connect(function(player) -- player joins game teleportService:Teleport(PlaceId, player) -- teleport the player to place end)