How Can I Make A Smooth Ui Drag

So I’m working on a Ui and I wanted to know how I could make this smooth drag.I know that you have to use tweenservice to tween the position of the Frame but not quite sure to put it all together
Example: https://www.youtube.com/watch?v=ir4vgZ9aEgY

1 Like

yea i think you need to use the players mouse and run service to do that
but i am not 100% sure

1 Like

there is a post on here its a custom tween script by @sleitnick it makes that drag like in the video here is the link E

1 Like

Try having it so when the player is holding down on the gui, tween the gui to the mouse position using a good looking tween kind. Maybe Sine?

1 Like

What do you mean by that…I’m a bit confused on what you trying to tell me

Problem is solved I coded my own using TweenService and UserInputService