local RS = game:GetService("ReplicatedStorage") while true do local args = {{ data = {id = 34}, protoId = 5501 }} RS:WaitForChild("RemoteEvent"):WaitForChild("Main"):FireServer(unpack(args)) task.wait(0.2) end