Would it be possible to make a tool collide with an object? I tried game.workspace.starterpack.tool=CanCollide. But I'm not very good with scripting, and I'm just wondering if a tool can collide with objects?
If it is a mesh then in sert a script into the mesh with this code
Script.Parent.Parent.CanCollide = true
im pretty sure this will work oh and is the tool a part with a mesh?