📅  最后修改于: 2022-03-11 14:54:54.341000             🧑  作者: Mango
-- server script
-- You need to specify the PLAYER
local player = game:GetService("Players").PLAYERNAME
local remoteFunction = game.ReplicatedStorage.RemoteFunction
remoteFunction:InvokeClient(player, "arguments")