#my server script is saying "attempt to call a nil value" for the part
1 messages · Page 1 of 1 (latest)
ur sending the player inside the remote (client -> server)
but can we get the actual error in here
there
Can u try removing the player when u fire server?
remove the player?
event:FireServer(player) it automatically send the player
Which line is line 8
this
the first function of the module I try to call
in server script
I will have to go sleep but if you guys find any way to fix this pls let me know, I will try to use it and see if it works.
@pseudo mist found the problem
Youre using local on modules
Which only the same script can use it
Remove the local and it should work
@pseudo mist lmk if it works
Thank you, the problem was that my function was local and it didn't have the module name at the start of the function