So basically, I have the following setup:
ScreenGui ScrollingFrame TextButton TextLabel TextLabel
I plan to create this in a script, but I don't know which values to set to make it draggable. I have looked through the list, and "Draggable" does seem like an obvious choice, but I can't seem to get it to drag. Is there a combination of booleans I need to have enabled/disabled?
Thank you for your help!
For the scrolling frame, turn the drag-gable and the active property to true. For the things inside of that scrolling frame, turn their drag-gable and active properties to false.
The "Draggable" Can only be draged by a user in the game. You can't move it in studio. You have to position it yourself.
Best regards, Nathan.
~ Lava, from freedom comes elegance. ~
Just Look in properties of the Gui in Roblox studio. There should be a box that you can check named "Draggable". Good Luck!