Created by Fickoeizy#8330
Features:
- ALWAYS SCORE
while true do
wait(0.1)
local args = {
[1] = 25,
[2] = workspace.Hoop,
[3] = 1
}
game:GetService("ReplicatedStorage").Score:FireServer(unpack(args))
end
- FULL COURT
while true do
wait(0.1)
local args = {
[1] = 157,
[2] = workspace.Hoop,
[3] = 2
}
game:GetService("ReplicatedStorage").Score:FireServer(unpack(args))
end
ENJOY!