while task.wait(0,01) do local args1 = {"requestBattle"} game:GetService("ReplicatedStorage") :WaitForChild("Packages") :WaitForChild("_Index") :WaitForChild("leifstout_networker@0.3.0") :WaitForChild("networker") :WaitForChild("_remotes") :WaitForChild("BattleService") :WaitForChild("RemoteFunction") :InvokeServer(unpack(args1)) local args2 = { "changeStep", "battleAgain", "tapToStartAgain" } game:GetService("ReplicatedStorage") :WaitForChild("Packages") :WaitForChild("_Index") :WaitForChild("leifstout_networker@0.3.0") :WaitForChild("networker") :WaitForChild("_remotes") :WaitForChild("TutorialService") :WaitForChild("RemoteEvent") :FireServer(unpack(args2)) local args3 = {"claimResults"} game:GetService("ReplicatedStorage") :WaitForChild("Packages") :WaitForChild("_Index") :WaitForChild("leifstout_networker@0.3.0") :WaitForChild("networker") :WaitForChild("_remotes") :WaitForChild("BattleService") :WaitForChild("RemoteEvent") :FireServer(unpack(args3)) end