Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Drag not working?

Asked by 9 years ago

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.

0
I don't use draggable. I would just try making the Frame or highest Parent of the GUI's (Not ScreenGUI) to Draggable.Maybe all need to be Draggable; try the first thing I said first. alphawolvess 1784 — 9y

1 answer

Log in to vote
1
Answered by
DataStore 530 Moderation Voter
9 years ago

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.

0
Thank you BSIncorporated 640 — 9y
Ad

Answer this question