Advertisement
neozep1227

kickoff

Dec 26th, 2020
689
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. while true do
  2. wait(0.1)
  3. workspace.MapHolder:GetChildren()[1]:WaitForChild("BlueGoal").Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  4. workspace.MapHolder:GetChildren()[1]:WaitForChild("RedGoal").Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  5. workspace:WaitForChild("SoccerBall").Position = game.Players.LocalPlayer.Character["Right Leg"].Position
  6. wait(1)
  7. local args = {
  8. [1] = "Kick",
  9. [2] = "Normal",
  10. [3] = workspace:WaitForChild("SoccerBall"),
  11. [4] = 62.476672363281,
  12. [5] = Vector3.new(58.7249489, 70.7249908, 0.074929297),
  13. [6] = Vector3.new(67.3676758, -37.7315445, -389.471313),
  14. [7] = Vector3.new(128.789307, -89.2315445, -389.392944)
  15. }
  16. game:GetService("ReplicatedStorage").MasterKey:FireServer(unpack(args))
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement