task.spawn(function() while wait() do game:GetService("ReplicatedStorage"):WaitForChild("Functions"):WaitForChild("GetData"):InvokeServer() game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("DailyReward2"):FireServer() end end) task.spawn(function() while wait() do game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("SummonBannerEvent"):FireServer() end end)