while wait() do local args = { [1] = "Fruit", [2] = "FruitDealer" } game:GetService("ReplicatedStorage").Remotes.NPC:FireServer(unpack(args)) wait(0.4) game:GetService("Players").LocalPlayer.PlayerGui.FruitDealerGui.Frame.Gem.RemoteEvent:FireServer() end