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

Did they remove the option to make Gui Objects draggable?

Asked by
Lunaify 66
4 years ago

i can't seem to find a "Draggable" property in a frame, did they remove it or is there another way to make guis draggable?

1 answer

Log in to vote
1
Answered by 4 years ago

The GUI draggable property is now deprecated by roblox

However, you can still activate it by simply creating a short script:

frame.Draggable = true
frame.Active = true -- This is needed for draggable to work.

Roblox deprecated the Draggable Property and recommend you make your own methods of dragging

Refer to this for help on custom draggable features: Custom Draggable GUI

0
thank you Lunaify 66 — 4y
Ad

Answer this question