Hide Floor.

This commit is contained in:
Michael Mainguy 2023-08-05 16:45:13 -05:00
parent dae9525343
commit 1ec8d40843

View File

@ -55,7 +55,7 @@ export class Rigplatform {
rigMaterial.diffuseColor = Color3.Blue();
this.rigMesh.material = rigMaterial;
this.rigMesh.setAbsolutePosition(new Vector3(0, .1, -3));
this.rigMesh.visibility = 1;
this.rigMesh.visibility = 0;
const rigAggregate =
new PhysicsAggregate(
this.rigMesh,