Hello, I have a Remote Event that when fired, the camera does a scene moving from brick to brick.
The issue is in all my scripts, whenever I type “workspace.whatever” It doesn’t locate it, I have this script that works when the Remote Event is fired:
And whenever I test, in the output it says that “nickicam is not a valid member of the Script”.
I’ve tried using “:FindFirstChild()”, checking if the models are in workspace, but anything works and I would love if someone knows why this error could be happening:
By the way, it used to work it just randomly stopped working after saving.
If someone has any idea on how to fix it, or why is the error appearing, tell me plz
oh my workspace is empty! but i have a command that copies the whole shinys model from replicatedstorage to workspace, and then when its transported, its supposed to work like with other similar scripts i’ve made
If you copying or cloning it, you should wait for the object to exist, perhaps it might have been running before the model is in workspace, resulting in an error.
However your issue seems a bit different. It’s saying that your model is not a valid member of Script?