When dragging a frame, it is not even close to the mouse.
Note: Im not going to use the dragging module for this since it doesn’t have force drag
Simplest code ever:
newImage.Position = UDim2.new(0, Mouse.X, 0, Mouse.Y)
Result:
probably has a easy fix but im just dumb rn