I’ve been struggling to make something like an arrow from one frame to another. And it needs to be automatic so I could just add one more frame and they will connect with eachother.
What do I want to achieve?
A new Path2D (or anything that can be automated through code or function like I want) Instance, which connects two frames when the function is fired.
Pretty rough example:
Squares are frames
Arrows are the Instance.new(“Path2D”)
Any help is appreciated! I hope I explained enough to understand