Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How do you make a block that you can walk through?

Asked by
iGalio 10
9 years ago

I want to use the text label ability to make a sign for a store I am making. The only problem is that it gets in the way. Is there a script, that allows you to pass through the block?

2 answers

Log in to vote
0
Answered by 9 years ago

Yes.This is very simple.

game.Workspace.PARTNAMEHERE.CanCollide = false --Change partnamehere to the signs part name

Or you can click the part and turn off cancollide in properties.

1
You don't even have to use a script. Just go under properties and set the CanCollide to false. This will make it so it "Can't Collide" with other blocks. Perci1 4988 — 9y
0
Yes i know iluvmaths1123 198 — 7y
Ad
Log in to vote
-1
Answered by 9 years ago

Just open properties (brick is clicked) turn of cancollide

Answer this question