Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Colliding the camera with Inv Part and Mesh ?

Asked by 5 years ago
Edited 5 years ago

So , i want to find a way to block the camera with inv part but i cant find a way to do it i find this script :

local function canOcclude(part)

return

part.Transparency < 0.25 and

canCollide(part) and -- accounts for avatar's collision group

not part:IsA('TrussPart')

end

but i cant find a way to use it because i'm a poop in scripting :c

0
@AfraiEda What is a "inv part", and also elaborate on what you want please. Le_JuiceBOX 54 — 5y
0
Its just how roblox design it you can try fixing I really don't know but most of the time people don't care due to it being a glitch that is believed to be unfix able from some people. So it will always go in to the brick, and mesh, etc. vincentthecat1 199 — 5y

Answer this question