1st while wait() do local args = { "R_GetDefenseResult", true } game:GetService("ReplicatedStorage"):WaitForChild("Framework"):WaitForChild("RPCs"):WaitForChild("CallRoomPlayer"):InvokeServer(unpack(args)) end 2nd while wait() do local args = { "R_ClaimDefenseReward", { gem = 220, hasReward = true } } game:GetService("ReplicatedStorage"):WaitForChild("Framework"):WaitForChild("RPCs"):WaitForChild("CallRoomPlayer"):InvokeServer(unpack(args)) end