How to make smooth dragging

Hey! I had a really cool idea of remaking a childhood game I played a lot, this game requires you to drag food and I want to make it look as smooth as in the original game. If you know any open source scripts that can do this please tell me

Heres a video of what i’m looking for

Try using this to drag the uis:

1 Like

What about dragging parts? charlim

If you’re dragging real parts instead of the UI in the video, you’re going to have to use some sort of custom method. It shouldn’t be too hard to do.

I just found a tutorial on it:

1 Like

https://developer.roblox.com/en-us/api-reference/property/GuiObject/Draggable
Deprecated but it may fit your needs.