1. local args = {
  2. [1] = "Black Bear",
  3. [2] = "f\255",
  4. [3] = "Finish"
  5. }
  6. game:GetService("ReplicatedStorage").Events.UpdatePlayerNPCState:FireServer(unpack(args))