Thank you for using our website
Your script:
while task.wait() do
local args = {
workspace:WaitForChild("Balls"):WaitForChild("InazumaBall")
}
game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("AttachBall"):FireServer(unpack(args))
end




