local running = true while running do local args = { [1] = "CLAIMING", [2] = "27" } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvents"):WaitForChild("QUEST"):FireServer(unpack(args)) wait(0.1) end