I’m not entirely sure what category to put this in, sorry.
I opened up studio today to find whenever I open a new template, or a previously made game, my output constantly prints the error ‘ServerLocation is not a valid member of ReplicatedStorage “ReplicatedStorage”’. I’m not sure what caused this, but I don’t think it’s a plugin. I tried disabling every plugin I have, but it didn’t stop. Does anyone know what causes this? I haven’t used Roblox in quite a while, so I’m not sure what caused this.
You can use a WaitForChild() or a FindFirstChild() method to ensure it exists or not. If the first option fails then you need to confirm that you aren’t making a typo and the object actually exists.