My code is in this link-- https://pastebin.com/index/imSBHqBF
Every time I click the button it does nothing, is there anything wrong?
You should try Vector3 instead of CFrame, if I were you I would do this:
Player.Character:MoveTo(Vector3.new(target.Position))
And no, the MoveTo won't make the Player WALK to the Position, it will actually teleport.