Dragging System

I want to make this kind of dragging system:

I have no ideas how to make it. How can i make it?

2 Likes

Either DragDetector or custom with AllignPosition+AllignOrientation

Can u explain how can I make it with align pos and rot?

I think of Custom Dragger with NetworkOwnerShip to Client for smooth looking (for server it will look laggy bit, depends on replication)

You need write system into local-script (with remotevent which is in replicatedstorage for client-server communcation)

as well, server-script for handling things

ModuleScript for reusing functions or placing variables