I'm trying to make a GUI that is dragghable, which I thought would be pretty simple considering there is a setting inside the Frame's and Button's properties, but when i set it to draggable it doesn't work.
In order for the GUI object to be draggable you need to ensure that you've set the 'Active' property of the given object to true, which you can do through the properties panel.