StreamingEnabled is on but I set my position near the target part so it should have loaded in?
LocalScript inside StarterCharacterScripts, I even added a wait(15)
to be sure it had loaded in, any ideas as to why this is happening?
StreamingEnabled is on but I set my position near the target part so it should have loaded in?
LocalScript inside StarterCharacterScripts, I even added a wait(15)
to be sure it had loaded in, any ideas as to why this is happening?
Your script is most likely confusing the Camera instance with your “Camera” folder. Try giving it a different name and see if that solves your problem.
Even before testing I know you’re exactly right, forget that it’s actually “Camera” in the workspace and not CurrentCamera XD
Yup. CurrentCamera is a property of Workspace. Have fun!