Hello Developers!
i’ve been brain storming to think how to fix this but unfortunately, i can’t. i separate the parameters and the function to know which line of it was causing the problem but it said . This is the problem. the error is actually here . I’ve asked my friends how to fix it but they can’t solve it either so i have to try DevForum. I’ve thinking that this might be just a bug because I’m not concating any in line 66, there’s No string, No instance. just a function in line 66. (i have no report bug perms)
Judging by your code and the error, I’m assuming that you didn’t properly set up the server side method reception?
RemoteFunction.OnServerInvoke = function(player, ...)
--the player who invoked the event is passed automatically as the first argument
--all the arguments you sent are passed after it
end
When you invoke a RemoteFunction the code on the other side of replication automatically runs