Does anyone know how I can make particles appear when they collide with another part like in vehicle sim. If you know how to do that in studio or an easy way please let me know thanks. From John .
Could you provide a GIF or video?
Ok. I’ll record a vid brb.
This appears to be a static image… but going from what I’m seeing, they are probably using local parts with decals on them to simulate particle physics.
Hmmmm I didn’t think of that. Do you know how you could do something like that?.. If not ok. But thanks for response both ways.
Put parts in a players camera to create a local part, or you could do some other method like coding the parts your self, not sure about that one because I never use it.
Ok thanks.
If experimental mode is disabled then you don’t have to parent the part to a players camera to make it local. You simply create the object from a local script and only you can see it, whether it’s patented to the camera or not.
Don’t do this. Maybe do it if FilteringEnabled is off/experimental mode is on but if you’re using FilteringEnabled then just create the part in a localscript.