From 1ec8d40843caf5482786641c672ba3a1e41cf620 Mon Sep 17 00:00:00 2001 From: Michael Mainguy Date: Sat, 5 Aug 2023 16:45:13 -0500 Subject: [PATCH] Hide Floor. --- src/controllers/rigplatform.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/rigplatform.ts b/src/controllers/rigplatform.ts index 99bfdc4..3c8894c 100644 --- a/src/controllers/rigplatform.ts +++ b/src/controllers/rigplatform.ts @@ -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,