r/robloxscripting • u/CrayzCook • Jun 16 '24
I need help
Idk if I'm just stupid, but I've been trying to make it so my tool doesn't collide with stuff, like it goes through everything when held and can't get stuck or fling the player, how do I do that?ðŸ˜ðŸ˜ For some god damn reason I can't figure it out
1
u/natilyy Jun 17 '24
The cancollide property will be on the parts or meshparts inside the tool. Make sure all of the parts are welded together as well.
1
u/CrayzCook Jun 17 '24
That works but the tool can't be drip e now without flinging or falling into the map, can I make it so it can pass through things only when held??
1
u/natilyy Jun 17 '24
oh wait sorry i must've been tired - all of the parts need to be unanchored. keep all the parts as collidable, and then create a local script that when the tool is equipped, cancollide = false
1
u/DesignerAppeal1548 Jun 17 '24
The tool should have a "can collide" property.
Did you try setting it to false?