game.Players.PlayerAdded:Connect(function(p) p.position = workspace.Part end
can someone help me please?
game.Players.PlayerAdded:Connect(function(p) p.Character.HumanoidRootPart.CFrame = workspace.Part.CFrame end)
This should work if you targetted everything correctly!