Crossbar Challenge Script | MAX CHANCE PER KICK

Created by Nezzy

Features:

  • MAX CHANCE PER KICK
local uis = game:GetService("UserInputService")

uis.InputBegan:Connect(function(asd)
if asd.KeyCode == Enum.KeyCode.E then -- any key here (could be insert or delete whatever u want)
local args = {
   [1] = "holding"
}

game:GetService("Players").LocalPlayer.Character.Act:FireServer(unpack(args))

local args = {
   [1] = "yeet",
   [2] = 1
}

game:GetService("Players").LocalPlayer.Character.Act:FireServer(unpack(args))
end
end)

ENJOY!

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

More Scripts!

TOP 10 TRENDING SCRIPTS