Advertisement
Guest User

Kick Off BegoneBall

a guest
Sep 19th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.65 KB | None | 0 0
  1. --Press x , Made by Jacky. BeGonE BALLL
  2.  
  3. local uis = game:GetService("UserInputService")
  4. uis.InputBegan:Connect(function(a,b)
  5. if b then return end
  6.  
  7. if not b and a.KeyCode == Enum.KeyCode.X then
  8. local begonethot = math.huge
  9.  
  10. local A_1 = "Kick"
  11. local A_2 = "Trickshot"
  12. local A_3 = game:GetService("Workspace").SoccerBall
  13. local A_4 = begonethot
  14. local A_5 = Vector3.new(begonethot,-begonethot,-begonethot)
  15. local A_6 = Vector3.new(begonethot, -begonethot, -begonethot)
  16. local A_7 = Vector3.new(begonethot, -begonethot, -begonethot)
  17. local Event = game:GetService("ReplicatedStorage").MasterKey
  18. Event:FireServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
  19. end
  20. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement