Kick Off Script | TP BALL

Created by KI3

Features:

  • TP BALL
local UserInputService = game:GetService("UserInputService")
local function onInputBegan(input, gameProcessed)
   if not gameProcessed then
       if input.KeyCode == Enum.KeyCode.F then
       game:GetService("Workspace").CurrentBall.Ball.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
       end
      end
end
     
UserInputService.InputBegan:Connect(onInputBegan)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS