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

How to make a frame movable by mouse ?

Asked by 6 years ago

I simply want to make a frame that when player holds it he can move it to where the mouse is moving

2 answers

Log in to vote
0
Answered by
xdeno 187
6 years ago

Put this in a local script inside the frame.

script.Parent.Draggable = true
Ad
Log in to vote
0
Answered by 6 years ago

Inside a script that is a child of the frame :)

script.Parent.Active = true
script.Parent.Draggable = true

Answer this question