Advertisement
turrtle

Untitled

Dec 1st, 2018
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local v = 1
  2. while v==1 do
  3. local j = workspace.Map:FindFirstChildOfClass("MeshPart")
  4. local h
  5. if j~= nil then
  6. -- if j.Size.X <8 then
  7. h = j.CFrame
  8. for i=1,20 do
  9. game["Players"].LocalPlayer.Character.HumanoidRootPart.CFrame = h
  10. wait(0.05)
  11. end
  12. -- end
  13. else
  14. v=2
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement