Forum Discussion
nachoburritoman
3 years agoExplorer
That worked amazingly, do you know how I would be able to remove the object after it is attached. I can grab onto it and move it around, but I can't get it to detach.
KiwiBash
3 years agoHonored Guest
The detaching should work, but it's possible the object collider and grabscrips are not moved probably to the Attach.
In my scribt I just move the target (Object with the collider and all childs) to this possition and change the parent to the Attach.
- nachoburritoman3 years agoExplorer
That might be the problem, I have the grab function set to not parent the object "sword" so my damage script still works. It tends to remove the tag from the object so collision tags become useless. Seems to be the case, get one thing working by breaking another lol