so I used the roblox default Pirate island template for a game. (just because it had a nice looking volcano and I could not create a good volcano at the time. I am nearly finished with the game that I turned it into, except for one thing. 3 scripts keep appearing out of nowhere and those scripts make it so you can see through parts which breaks the game.
I Spawned in a new Pirate island template and DELETED EVERYTHING IN IT but the terrain. and created a new spawn and a new part for testing. Even though its all deleted, when play is pressed, those 3 scripts come back, and I can see through the part. What is happening. HELP!
the script makes parts transparent if your looking through them
Those are the default roblox scripts If you load into any game, those scripts are injected into your player scripts to make basic roblox stuff function.
To fix the issue, go under “StarterPlayer” 's properties, and you’ll see a property named “DevCameraOcclusionMode” and it’ll be set to “Invisicam”, change it to “zoom” and there you go!
Usually the settings aren’t like that, but since that’s a template studio it must have changed default settings with it.