Basically the tool is cuffs. So when you click on a player a GUI pops up and if you click something it moves them... How?!?
Actually, there is something you can learn to do. First, it involves inserting a click detector and a script into a new players torso, it also includes knowledge of using the billboard gui, in workspace, this server script:
game.Players.PlayerAdded:connect(function(plr) plr.CharacterAdded:connect(char) script.TorClicker:clone() .Parent = char.Torso end) end)
hen, put the this next script in the clickdector mentioned above thats in the script, this also invol(workspace>script>clickdeector>script)
script.Parent.MouseClick:connect() script.Parent.Parent.Parent.Head.BillBoardGui.TextLabel.Visible = true wait(10) script.Parent.Parent.Parent.Head.BillBoardGui.TextLabel.Visible = false end)
thats to make a gui pop up, but can you explain exactly what you want by move the character?