I want to have multiple sets of Objects that are connected with PIN. The first Object spawns on the layout.
(Been using Canvas lines , Every tick)
The part is selected with "Selected_Part_UID" to track what object is selected.
Then when pressing the on screen button called 'ADD NEW'
A new 2nd Object spawns a bit away from the 1st Object. The objects are in a family called Family_A. It has Family variables that will set the Temp Child or Parent UID of that Object. I need it so each part can have multiple child.
The parts can be moved around with Mouse drag if the are 'selected'.
Ok so I hope that explains what im asking.
When the Button Show Parent lines is clicked it should show the lines.
Ive tried many things now and each thing had failed. Asking Ai sent me in a loop of wrong things..
Figured its not something that hasnt been done before so asking for help now hoping somebody already has a project already made.
A object will have many child attached to it and you press a button to toggle the lines showing. thats all.