[ad_1]
Created by slixx
Features:
local uis = game:GetService("UserInputService")
uis.InputBegan:Connect(function(key)
if uis:GetFocusedTextBox() then return end
if key.KeyCode == Enum.KeyCode.R then
local ohString1 = "Start"
game.Players.LocalPlayer.Character.Ball.ServerEvent:FireServer(ohString1)
wait(.5)
local ohString1 = "Accuracy"
local ohNumber2 = 1
game.Players.LocalPlayer.Character.Ball.ServerEvent:FireServer(ohString1, ohNumber2)
end
end)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]