local A_1 = 1
local Event = game:GetService("ReplicatedStorage").System.Task.TaskReward
while wait() do
Event:FireServer(A_1)
end