--BROUGHT TO YOU BY RobloxScripter.com!--
while true do -- While it is true it will do
local args = {
[1] = "Q1"
}
game:GetService("ReplicatedStorage").Remote.Event.DailyMission:FindFirstChild("[C-S]PlayerGetReward"):FireServer(unpack(args))
-- Script generated by SimpleSpy - credits to exx#9394
local args = {
[1] = "Q2"
}
game:GetService("ReplicatedStorage").Remote.Event.DailyMission:FindFirstChild("[C-S]PlayerGetReward"):FireServer(unpack(args))
wait(1) -- Best to wait a few seconds when looping so there is a less likely chance to crash when executing the code.
end