I simply want to make a frame that when player holds it he can move it to where the mouse is moving
Put this in a local script inside the frame.
script.Parent.Draggable = true
Inside a script that is a child of the frame :)
script.Parent.Active = true script.Parent.Draggable = true