Facebook
From Guest, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 334
  1. pos = Vector3.new(143.1, 0.5, -134.2)--tu wklejacie swoja własna pozycje
  2.  
  3. script.Parent.MouseButton1Down:connect(function()
  4.         game.Players.LocalPlayer.Character:MoveTo(pos)
  5. end)
  6.