If i turn CanCollide to true and CanTouch to False will the player still like collide it?

So im creating a tycoon game and just wanted to know if
i turn CanCollide to true and CanTouch to False will the player still, like collide it???

Thanks For reading,
The Spikey Man

1 Like

CanCollide refers to physically hitting an object, whereas CanTouch refers to calling the Touched signal.

Yes they will. The CanCollide property is the one that deals if smthing can collide with the part. The canTouch just deals with if we can use the .Touched event when coding.

1 Like

oooooo Wow thanks for da Help!!!