Hello,
I am trying to make a selector that hovers over the item in the scrolling frame, I tried using absolute position but it doesn’t seem to work. If anybody has a method of doing this then please let me know because I don’t know how to apply an offset to this method.
Thanks,
Zen
local RelativePosition = Slot.AbsolutePosition - Stages.Stage2.Selector.AbsolutePosition
Stages.Stage2.Selector.Position = UDim2.fromOffset(RelativePosition.X,RelativePosition.Y)