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

How to fix: " Fireserver is not a valid member"?

Asked by 2 years ago
Edited 2 years ago

Hey guys

I am trying to script a simulator but I got the notification:

"Fireserver is not a valid member of RemoteEvent".

Do you guys know how to fix it?

Here is the ModuleScript:

local module = {} local replicatedStorage = game:GetService("ReplicatedStorage")

function module.Lift()

replicatedStorage.Remotes.Lift:Fireserver()

end

return module

0
We unfortunately cannot assist you, because you haven't posted your script. Without posting your script, we don't know what could be causing the error. 2_MMZ 1059 — 2y
0
I couldn't post a screenshot Stef252 4 — 2y

3 answers

Log in to vote
0
Answered by 2 years ago

Try capitalizing the S in :FireServer()

Ad
Log in to vote
0
Answered by 2 years ago

I think you made a typo here

Do:

RemoteEvent:FireServer()
0
Nah, I don't get it. I tried to add it but it didn't work Stef252 4 — 2y
Log in to vote
0
Answered by 2 years ago

Well, We Just Need A Variable For The Script To Identify Much Easier

Link: https://pastebin.com/NLczE9aY

0
So, Stef252 4 — 2y
0
So, I have to copy that script from your link and paste it in my script? Stef252 4 — 2y
0
Yes 25MouseSensitivity 63 — 2y
0
But you can Delete That Parts That Have -- // At The Beginning Of It 25MouseSensitivity 63 — 2y

Answer this question