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

Why "RemoteFunctions is not a valid member of ReplicatedStorage"?

Asked by
YT00MC 0
3 years ago

i have watched tutorial on youtube that how to make a pet shop, (i can link that video too) sou i have maded Everything right but that eror pops up, what can i do whit that eror?

the script: script.Parent.MouseButton1Click:Connect(function() local result = game.ReplicatedStorage.RemoteFunctions.EquipPet:InvokeServer(script.Parent.Parent.Name) end)

0
If the RemoteFunctions is a folder you may need to do WaitForChild, that's the only thing i can think of. I am new to coding btw. MrRubentuben 0 — 3y
0
Could you send the error? loowa_yawn 383 — 3y
0
the script.Parent are probably inaccurate Finty_james 269 — 3y

Answer this question