Hello. Today I had a very weird problem. Everything was fine. But for a reason that I don’t know, every client script gave the same warning: “xxx is not a child of ReplicatedStorage” Even default Roblox scripts did. I cannot use the chat.
Everything is fine in scripts. They were working well. I didn’t change anything but the problem came out.
An example Script(Client):
local rep = game:GetService("ReplicatedStorage")
local remoteFunctions = rep:WaitForChild("RemoteFunctions")
-- remoteFunctions is a folder
local items = remoteFunctions:WaitForChild("Tools"):InvokeServer() -- Tools is a RemoteFunction
And there is an example error:
as you can see, it cant reach remote events/functions things in ReplicatedStorage. Can someone help me with that? Did you experience this problem before?
Thanks for reading.