I am trying to make a sliding puzzle in roblox but I need to be able to drag gui elements for it. I know of the draggable property of Frames, but this is deprecated. Unfortunately, Frames do not have the mousebutton1 events so that is also a no go. Anyone know of a way to do this?
insert a script to the frame.
script:
script.Parent.Active = true script.Parent.Draggable = true
I know draggable is deprecated, but i think it works, i tried that once, it worked.