Frame not even close to the cursor when dragging it

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

Try:

newImage.Draggable = true

legit the worst way u can do it, the feature is deprecated