Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

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")
 
PREVIOUS NEXT
Tagged: #remote #function #unable #cast #object
ADD COMMENT
Topic
Name
5+4 =