How to swap the handle of a tool with another handle?
I currently change the handle of the tool on client-side.
It’s an umbrella.
So when you click it, you get the ‘‘open umbrella handle’’ and when you land, the ‘‘closed umbrella handle’’ is added to the ‘‘umbrella’’ tool.
GOAL
This way, the umbrella looks open and after a set amount of time it looks closed.
The ERROR MESSAGE:
Something unexpectedly tried to set the parent of Handle to NULL while trying to set the parent of Handle. Current parent is Umbrella.
Is there another way around this? I’ve been trying different methods but none is working.