MADE BY magnetwashere
FEATURES:
- AUTO TIME
- ㅤ
- DEV NOTE:
- start shooting and itll automatically release it for u when its at 100%
GAME LINK:
GOAL KICK SIMULATOR
SCRIPT:
local uis = game:GetService("UserInputService")
uis.InputBegan:Connect(function(key, gpe)
if not gpe and key.KeyCode == Enum.KeyCode.Q then
local pwr = game.Players.LocalPlayer.PlayerGui.Power.PowerFrame
repeat task.wait() until pwr.Percent.Text:find("100")
keyrelease(0x51)
repeat task.wait() until not pwr.Visible
pwr.Percent.Text = "0%"
end
end)