Advertisement
Guest User

Kick Off BallToMouse

a guest
Sep 19th, 2019
2,910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.62 KB | None | 0 0
  1. --Pretty gay :)
  2. --Made by Jacky ecks dee
  3. plrr = game.Players.LocalPlayer
  4. mouse = plrr:GetMouse()
  5. local uis = game:GetService("UserInputService")
  6. uis.InputBegan:connect(function(Inp,Pro)
  7. if Pro then return end
  8.  
  9. if not Pro and  Inp.KeyCode == Enum.KeyCode.C then 
  10. mouse.TargetFilter = game.workspace.SoccerBall
  11. local A_1 = "Kick"
  12. local A_2 = "Normal"
  13. local A_3 = game:GetService("Workspace").SoccerBall
  14. local A_4 = 0
  15. local A_5 = mouse.Hit.p
  16. local A_6 = mouse.Hit.p
  17. local A_7 =  mouse.Hit.p
  18. local Event = game:GetService("ReplicatedStorage").MasterKey
  19. Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
  20. end
  21. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement