Roblox vehicle system making car transparent

I’m using Roblox’s car model from the default racing place and I’m wondering where the transparency is being initiated so I can disable it.

That’s about it honestly.

2 Likes

are you able to send a model or rbxm?

1 Like

Here ya go, you’ll see the parts become transparent when you get in or get near it at certain angles. This is the original model I used for the one above.

Car.rbxm (256.8 KB)

I’ve looked through pretty much all the code and can’t find anything that would necessarily indicate transparency from my knowledge.

Could it be parenting to the player and causing it to have the default camera to player transparency function being enabled due to that?

Figured out it was the place file itself for some odd reason, I added it to a completely new place and it worked perfectly fine as if it never happened.