Hi devs, i need your help. I made a script where i am locating a Camera Part in the workspace. BUT my script repeat again and again “StartPartCamera is not a valid member of Folder “Workspace.CamerasPart””. And actually idk what i can do fr , so if anyone got a solution.
Error :
StartPartCamera is not a valid member of Folder “Workspace.CamerasPart” - Client - LocalScript:118
03:03:07.933 Stack Begin - Studio
03:03:07.933 Script ‘Players.Tacca_BioX.PlayerGui.IntroGameGui.LocalScript’, Line 118 - Studio - LocalScript:118
03:03:07.933 Stack End
The little local script that block me rn : local camPart = workspace.CamerasPart.StartPartCamera
Thanks for your response but i already tried that ,and the problem is still here
Error :
Infinite yield possible on ‘Workspace.CamerasPart:WaitForChild(“StartPartCamera”)’ - Studio
03:10:19.754 Stack Begin - Studio
03:10:19.754 Script ‘Players.Tacca_BioX.PlayerGui.IntroGameGui.LocalScript’, Line 118 - Studio - LocalScript:118
03:10:19.754 Stack End - Studio
It was yes , so i just tried without and still not working
03:23:04.209 StartPartCamera is not a valid member of Folder “Workspace.CamerasPart” - Client - LocalScript:118
03:23:04.209 Stack Begin - Studio
03:23:04.209 Script ‘Players.Tacca_BioX.PlayerGui.IntroGameGui.LocalScript’, Line 118 - Studio - LocalScript:118
03:23:04.209 Stack End
No, it should be set to true. Archivable basically just lets scripts locate the instance.
Is there any other script that configures the part? Change its name? Parent? Anchorage?
Could you go ahead and press CTRL + Shift + F for me in Studio? This should bring up the Find All / Replace All window. Now search for mentions of workspace.CamerasPart.StartPartCamera. Does any script mentioning that configure the part?