Path2D Problem for me (my first time making post, sorry if i made any mistakes)

  1. What do I want to achieve?
    This is my first time using Path2D, I want to make a Curve UI List of Skills.

  2. What is the issue?
    It works, but sometimes this occurs and ruined it’s intended design and I have no clue how to fix it.

asdasd

  1. What solutions have I tried so far?
    I tried countless of random changes to get it to work, which none of it works.
    I’ve even tried to search up through the Forum but couldn’t find any related issues.
local position = script.Parent.Frame.Path2D:GetPositionOnCurveArcLength(count)
v:TweenPosition(position,Enum.EasingDirection.Out,Enum.EasingStyle.Quad,.5,true)

Screenshot 2025-02-01 172132
Screenshot 2025-02-01 172203

2 Likes