Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Remote Function needs parameters?

Asked by 9 years ago

So I am getting an error...

12:37:34.800 - Argument 2 missing or nil 12:37:34.806 - Script 'Players.Player1.PlayerGui.ScreenGui.frameInventory.LocalScr', Line 1 12:37:34.811 - Stack End

This is the script:

local Inventory = game.Workspace.functionLoad:InvokeServer()

I am trying to receive a table, but why does it ask for an argument?

Answer this question