Creating a scene is straightforward:

// Create a new scene
const scene = new BABYLON.Scene(engine);

// Optional: Set scene properties
scene.clearColor = new BABYLON.Color4(0.2, 0.2, 0.3, 1); // Set background color
scene.ambientColor = new BABYLON.Color3(0.3, 0.3, 0.3); // Set ambient light