Advertisement
SirMeme

KICK OFF EGG

Apr 19th, 2019
2,619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. while wait() do
  2.     workspace.MapHolder:GetChildren()[1].BlueGoal.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  3.     workspace.MapHolder:GetChildren()[1].RedGoal.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  4.     workspace.SoccerBall.Position = game.Players.LocalPlayer.Character["Right Leg"].Position
  5.     game.Players.LocalPlayer.Character.Humanoid.Jump = true
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement