local args = { [1] = "HealthBottle" } game:GetService("ReplicatedStorage").ToolBackpackPenguin:FireServer(unpack(args)) -- money script VVVV local args = { [1] = "Buy_Boat", [2] = "Kayak", [3] = 123 --put a number how many u want to add a money } game:GetService("ReplicatedStorage").Boats_Main:FireServer(unpack(args))