I am editing the bounding box for my robloxian player but nothing is happening.
boundingBox = vectorScale("1.9 1.1 4.0", 2); //"2.5 2.5 2.4";
crouchBoundingBox = vectorScale("3.9 1.0 1.3", 1); //"2.5 2.5 2.4";
proneBoundingBox = vectorScale("3.9 1.0 1.3", 1); //"2.5 2.5 2.4";
I cannot get it to become a bit longer when crouching, the player's head goes through the wall. If you download my robox player seen here
http://forum.blockland.us/index.php?topic=89068.0you will know what I mean. How do I fix this?