Answers for "remote function unable to cast value to object"

Lua
1

remote function unable to cast value to object

-- server script

-- You need to specify the PLAYER

local player = game:GetService("Players").PLAYERNAME
local remoteFunction = game.ReplicatedStorage.RemoteFunction
remoteFunction:InvokeClient(player, "arguments")
Posted by: Guest on January-29-2021

Code answers related to "remote function unable to cast value to object"

Browse Popular Code Answers by Language