Camera deletes itself on start

Hello, I have a camera, but it deletes itself on start and instance.new also doesn’t work. What can or should I do? It’s the child of a viewportframe in starterGUI.

1 Like

All the things I found were solved by instance.new but it won’t work.

hello there!

could you please tell us how do you exactly use the camera if it’s code-related?

An another script in the game may be crushing it and deleting the camera, or a free model you used may have a virus in it.

1 Like

I am so stupid the camera is only shown server side and I was looking from client. I think

Oh!

I guess you’re gonna have to refer to the camera as CurrentCamera on the client side :wink:
The camera only exists as it on the server.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.