I've been trying to make a tool that can teleport to anywhere i click. I know how to make a brick that teleports to another brick but it doesn't work well.
If you know how to make a brick teleport where you click, then just make that in a tool but instead of making the brick teleport do:
(player).Torso.CFrame = CFrame.new(Vector3.new(x,y,z))
X,y,z are the position that you want to teleport to.. (player) is the player in workspace.