www.roblox-scripter.com

Roblox codes

High School Life script – (Always hit good shots)

Functions: Always hit good shots

Script developer: Femboyy
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					while true do
local args = {
    [1] = "Shoot",
    [2] = "Good"
}

game:GetService("ReplicatedStorage").Activities.Events.Basketball:FireServer(unpack(args))
wait()
end