diff --git a/public/index.html b/public/index.html
index 5760efb0b31254dcc257afc8e2bde118022f4e7a..039e0ad5d0e63c32a0646eed8f05ac7c7bba28bf 100644
--- a/public/index.html
+++ b/public/index.html
@@ -77,7 +77,7 @@ session.addEventListener("select", (event) => {
   if (fox) {
     const clone = fox.clone();
     clone.position.copy(reticle.position);
-    clone.scale.set(0.1, 0.1, 0.1); // Ensure the clone is also scaled down
+    clone.scale.set(0.01, 0.01, 00.1); // Ensure the clone is also scaled down
     scene.add(clone);
   }
 });