Advertisement
Happysonny45

Mag 10

Mar 25th, 2023 (edited)
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while wait(0.3) do
  2. football = game.Workspace:WaitForChild("Football")
  3. hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  4. magnitude = (football.position-hum.position).magnitude
  5. i = 0
  6. print(magnitude)
  7. if (magnitude <= 10) and (i < 1) then
  8. football.CFrame = CFrame.new(hum.Position)
  9. i = i + 1
  10. wait(0.0)
  11. i = i - 1
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement