How to make a move tool like the roblox studio one?

So I am trying to make a building game and i really need a move tool.May I know hot to make one???
thanks

1 Like

You could use a semi-transparent model that is partially forward / left / right / etc from the part.
Then you could use UserInputService.InputBegan and UserInputService.InputEnded to detect when the parts are selected (with mouse.target)