Advertisement
jvforever158

auto catch roblox

Apr 19th, 2020
9,168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. -- Legendary Football TP To Ball Script made by ItzJustWorm91/IHAVEATE#2516
  2. local Teleport = true
  3.  
  4. function TeleportToBall()
  5. if game.Workspace:FindFirstChild("Football") then
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace:FindFirstChild("Football").CFrame
  7. end
  8. end
  9. ----------------------------------------
  10. function LoadScript()
  11. if Teleport == true then
  12. TeleportToBall()
  13. wait(0.001)
  14.  
  15.  
  16. end
  17. end
  18. ----------------------------------------
  19. function onKeyPress(inputObject, gameProcessedEvent)
  20. if inputObject.KeyCode == Enum.KeyCode.V then
  21. LoadScript()
  22. LoadScript()
  23. LoadScript()
  24. LoadScript()
  25. LoadScript()
  26. LoadScript()
  27. LoadScript()
  28. LoadScript()
  29. LoadScript()
  30. end
  31. end
  32.  
  33. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement