Kick off tp ball script

Uploaded On
Script Credit :- KI3
Features

Auto Drawer

Showcase

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

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

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors