How can I make a dart tool that throws a dart that sticks on any part when I click it?

I want to make a darts game but i cant seem to find a way to make an actual throwable dart that can also stick to any part it lands on, but touched is unreliable and I cant get raycasting to work

Just find where the mouse is clicking on the players screen, make an invisible small block there, script the dart from the players hand to move to that invisible block. The rest idk up to u. If you want practice I suggest learn how to make a gun, it basically teaches what you want and need.

1 Like

You should anchor the dart when you are done lerping, tweening, adding a body velocity, which ever type of way you want the dart to move

1 Like