📜  远程函数无法将值转换为对象 - Lua 代码示例

📅  最后修改于: 2022-03-11 14:54:54.341000             🧑  作者: Mango

代码示例1
-- server script

-- You need to specify the PLAYER

local player = game:GetService("Players").PLAYERNAME
local remoteFunction = game.ReplicatedStorage.RemoteFunction
remoteFunction:InvokeClient(player, "arguments")