Advertisement
MatLumber2

a

Apr 11th, 2021
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. local TweenService = game:GetService('TweenService')
  2.  
  3.  
  4. spawn(function()
  5. local debounce = false
  6. game:GetService('RunService').RenderStepped:Connect(function()
  7. if debounce == true then
  8. return
  9. end
  10. debounce = true
  11.  
  12. local plr = game.Players.LocalPlayer
  13. local char = plr.Character
  14.  
  15. char.HumanoidRootPart.CFrame = CFrame.new(-55.7047195, -9.92602158, -274.044922, -0.999055862, 2.2645871e-08, 0.0434471555, 2.07044444e-08, 1, -4.51347049e-08, -0.0434471555, -4.41925856e-08, -0.999055862) + Vector3.new(0, 50, 0)
  16. wait(1)
  17. TweenService:Create(char.HumanoidRootPart, TweenInfo.new(30), {CFrame = CFrame.new(-62.3435783, 37.1261864, 9309.92871, 0.966365039, -8.40041281e-09, 0.257176876, 2.07044444e-08, 1, -4.51347049e-08, -0.257176876, 4.89412777e-08, 0.966365039)}):Play()
  18. wait(29)
  19. TweenService:Create(char.HumanoidRootPart, TweenInfo.new(2), {CFrame = CFrame.new(-56.427002, -360.430267, 9483.74902, -0.999547422, 4.76316799e-08, 0.0300814454, 4.78301097e-08, 1, 5.87685989e-09, -0.0300814454, 7.31299954e-09, -0.999547422)}):Play()
  20. wait(20)
  21. debounce = false
  22. end)
  23. end)
  24.  
  25. game:GetService('RunService').RenderStepped:Connect(function()
  26. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  27. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement