Advertisement
XDLOL0_0

Fe2 vip sg (not the new one)

Apr 7th, 2021
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. function Speed()
  2. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  3. if v.Name == "SpeedGlitch" then
  4. v:Destroy()
  5. end
  6. end
  7. print("Started")
  8. local Part = Instance.new("Part",game.Players.LocalPlayer.Character)
  9. Part.Name = "SpeedGlitch"
  10. Part.CanCollide = false
  11. Part.Anchored = true
  12. Part.FormFactor = "Custom"
  13. Part.Size = Vector3.new(1, 2, 1)
  14. Part.Transparency = 1
  15. local weld = Instance.new("Weld",Part)
  16. weld.Part0 = game.Players.LocalPlayer.Character.Torso
  17. weld.Part1 = Part
  18. Part.Anchored = false
  19. print("Done")
  20. end
  21. Speed()
  22. wait()
  23. local spot = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  24. local partstand = Instance.new("Part", game.Workspace)
  25. partstand.Anchored = true
  26. partstand.Position = Vector3.new(-26.0580711, -148.444977, 48.4997025)
  27. partstand.Size = Vector3.new(1000,0,1000)
  28. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-26.0580711, -144.444977, 48.4997025)
  29. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  30. wait(.1)
  31. game.Players.LocalPlayer.Character.SpeedGlitch.Position = game.Players.LocalPlayer.Character.Torso.Position * Vector3.new(1,.4,1.3)
  32. wait()
  33. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = spot
  34. wait()
  35. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  36. partstand:Destroy()
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement