--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local args = { [1] = "", -- insert guid here [2] = "Sell" } while true do game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("Unit - Client"):FireServer(unpack(args)) task.wait() end