Advertisement
InfinateSpectre

Legendary Football AutoScore // INSTANTLY SCORE WHEN U CATCH THE BALL!!! 😱😱😱

Jun 18th, 2019
1,361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.20 KB | None | 0 0
  1. --\____________________________________________________________________________________________________________________________________________
  2. --|     > Script made by NoahNation ( Which is me btw )
  3. --|     > [SUBSCRIBE] to NoahNation for more scripts and Roblox Exploiting Content!
  4. --|     > If you have any questions Join my DISCORD SERVER
  5. --|     > Link to my DISCORD SERVER is on my YOUTUBE CHANNEL
  6. --|     > Happy Exploiting
  7. --|____________________________________________________________________________________________________________________________________________
  8. --|                    [ SCRIPT DESCRIPTION ]
  9. --|
  10. --|     You'll Teleport to the end zone when u get the ball.
  11. --\____________________________________________________________________________________________________________________________________________
  12.  
  13.  
  14.  
  15.  
  16. local plr = game.Players.LocalPlayer
  17. local char = plr.Character
  18. local FindBall = char:WaitForChild("Football")
  19. local Root = char.HumanoidRootPart
  20. local Hum = char.Humanoid
  21. local Health = Hum.Health
  22.  
  23.  
  24. function TpEndZone()
  25.     Root.Cframe = Cframe.new(2.94989872, 20, 150.553925)
  26.     wait(1)
  27.     Root.Cframe = CFrame.new(-2.26963782, 20, -150)
  28. end
  29.  
  30.  
  31. if FindBall then
  32.     TpEndZone()
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement