Facebook
From Scribby Stork, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 94
  1. while wait () do
  2. local plr = game:service"Players".LocalPlayer;
  3. local tween_s = game:service"TweenService";
  4. local info = TweenInfo.new(2,Enum.EasingStyle.Quad);
  5. function tp(...)
  6.    local tic_k = tick();
  7.    local params = {...};
  8.    local cframe = CFrame.new(params[1],params[2],params[3]);
  9.    local tween,err = pcall(function()
  10.        local tween = tween_s:Create(plr.Character["HumanoidRootPart"],info,{CFrame=cframe});
  11.        tween:Play();
  12.    end)
  13.    if not tween then return err end
  14. end
  15. tp(-55.1682892, 71.8159409, 1298.73474);
  16.  
  17. wait (2)
  18.  
  19. local plr = game:service"Players".LocalPlayer;
  20. local tween_s = game:service"TweenService";
  21. local info = TweenInfo.new(20,Enum.EasingStyle.Quad);
  22. function tp(...)
  23.    local tic_k = tick();
  24.    local params = {...};
  25.    local cframe = CFrame.new(params[1],params[2],params[3]);
  26.    local tween,err = pcall(function()
  27.        local tween = tween_s:Create(plr.Character["HumanoidRootPart"],info,{CFrame=cframe});
  28.        tween:Play();
  29.    end)
  30.    if not tween then return err end
  31. end
  32. tp(-89.9058228, 35.5401726, 8445.28516);
  33.  
  34. wait (18)
  35.  
  36. local plr = game:service"Players".LocalPlayer;
  37. local tween_s = game:service"TweenService";
  38. local info = TweenInfo.new(3,Enum.EasingStyle.Quad);
  39. function tp(...)
  40.    local tic_k = tick();
  41.    local params = {...};
  42.    local cframe = CFrame.new(params[1],params[2],params[3]);
  43.    local tween,err = pcall(function()
  44.        local tween = tween_s:Create(plr.Character["HumanoidRootPart"],info,{CFrame=cframe});
  45.        tween:Play();
  46.    end)
  47.    if not tween then return err end
  48. end
  49. tp(-75.2286987, 45.7501411, 9307.02344);
  50.  
  51. wait (3)
  52.  
  53. local plr = game:service"Players".LocalPlayer;
  54. local tween_s = game:service"TweenService";
  55. local info = TweenInfo.new(8,Enum.EasingStyle.Quad);
  56. function tp(...)
  57.    local tic_k = tick();
  58.    local params = {...};
  59.    local cframe = CFrame.new(params[1],params[2],params[3]);
  60.    local tween,err = pcall(function()
  61.        local tween = tween_s:Create(plr.Character["HumanoidRootPart"],info,{CFrame=cframe});
  62.        tween:Play();
  63.    end)
  64.    if not tween then return err end
  65. end
  66. tp(-54.9039154, -360.700012, 9523.64551);
  67.  
  68. wait (2)
  69.  
  70. local plr = game:service"Players".LocalPlayer;
  71. local tween_s = game:service"TweenService";
  72. local info = TweenInfo.new(2,Enum.EasingStyle.Quad);
  73. function tp(...)
  74.    local tic_k = tick();
  75.    local params = {...};
  76.    local cframe = CFrame.new(params[1],params[2],params[3]);
  77.    local tween,err = pcall(function()
  78.        local tween = tween_s:Create(plr.Character["HumanoidRootPart"],info,{CFrame=cframe});
  79.        tween:Play();
  80.    end)
  81.    if not tween then return err end
  82. end
  83. tp(-51.9489594, -345.982483, 9497.56055);
  84.  
  85. wait (7)
  86. end