Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Any idea why this RemoteEvent and FireServer isn't working?

Asked by 7 years ago

I'm trying to call a remoteEvent on the server called FillBackpack, but when I do I get the error:

"FireSever is not a valid member of RemoteEvent"

I tried looking at the wiki and other answers but to no avail obviously.

This is what I have currently:

LocalScript


workspace.Scripts.ServerDataExchange.FillBackpack.FireSever:connect()

I also tried this in LocalScript:

workspace.Scripts.ServerDataExchange.FillBackpack:FireServer()

ServerScript

script.FillBackpack.OnServerEvent:connect(function(player)

end)

Thanks for reading :)

0
You forgot the 'R' in 'FireServer'. Pyrondon 2089 — 7y
0
Omfg ThatGul 0 — 7y
0
i guess you fixed it? User#5423 17 — 7y
0
@kingdom5 Sort-of, now I have another error I'm looking into ThatGul 0 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago
Edited 7 years ago

Uhm, I'm not a expert in FE but here is a guess.

workspace.Scripts.ServerDataExchange.FillBackpack.FireServer()

And you server script is ok.

I'm not a expert in FE. But this should work. U never should added :connect.

Ok, bye, greetings from me and good luck on your project.

Ad

Answer this question