FireServer() not firing my remote

i have created a remote for my inventory which is supposed to give player a tool when he selects it in his inventory, but the problem is that the remote is not firing at all.
(no errors)

this is the local script that fires the remote:
image
i have added a print there to check if it finds the tool and yes it does so it must be something with the remote.

and here is the serverscript that tells the remote what to do:

image
i have added a print here aswell and it didnt print out anything which means the remote didnt fire

any help appreciated

On the server side code I see You didn’t add closing bracket in the binding function (after last end). Add the symbol and check if that helped.

oh damn thanks there is no way i would notice that lol

1 Like