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

Can walk through brick while they are cancollide. How to solve?

Asked by 9 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

Hi, I am working on a game, as you might have read already, but (I do not know if it is a virus) if I test it, or build in build mode, I can just walk though a brick (very strange) while it is not cancollide, and I cannot walk totally though it, it is like you can walk in the brick at one specific point and than you are INSIDE it.. Do you understand? Hope you do,

Coolguy

0
The only reason you could walk through a brick is if the CanCollide property is set to false (meaning it can't collide). Make sure the CanCollide property is set to true (so it can collide). If something is true the box will be checked, if false it will be unchecked. Perci1 4988 — 9y
0
No,it is really cancollide, because when you walk though the brick, you can only enter it at one corner, and you walk upwards. It is a pity I can't show you a small film of it. coolguy1v1 0 — 9y
1
Link to the place please? Perci1 4988 — 9y
0
I will invite you for a party. coolguy1v1 0 — 9y
View all comments (2 more)
0
If this hasn't yet been solved, try looking into any scripts inside the blocks for suspicious functions, or any scripts as a first child of Workspace that have a suspicious name or are just named "script". Try deleting any you're unsure of, and if it wasn't the cause, CTRL + Z it back in, and repeat. RoboFrog 400 — 9y
0
Ok, it works! thank you! coolguy1v1 0 — 9y

Answer this question