About 16,500,000 results
Open links in new tab
  1. How do I disable particles? - Scripting Support - Roblox

    Apr 3, 2021 · I want to make a function that disables the particles inside of a part without deleting the particle emitter. …enabled = false only stops the part from creating new particles. I want to …

  2. How do you disable forcefield's on characters when you die ... - Roblox

    Jan 13, 2021 · Go to spawn location, go to properties, and set “Duration” of forcefield to 0. Awesome thanks this helps me too! Yes, this also helped me lol. Needed this a lot thanks. …

  3. Remove Particle Emitter without removing existing particle - Roblox

    Jul 7, 2023 · My problem is that when the RPG hits something it deletes the rocket and its ParticleEmitter, which also removes any left over particles. Is there a way to either keep these …

  4. Deleting particles - Scripting Support - Developer Forum - Roblox

    Dec 5, 2021 · Particle collision doesn’t exist so you can’t delete individual particles. You can only perform an all-or-nothing purge with Clear. Consider changing the way you emit or involving …

  5. How do I replace the player’s spawn forcefield with a ... - Roblox

    Sep 7, 2023 · What you can do is set the ForceField’s Visible propertey to false. This will keep the forcefield from being seen, while still preventing the Humanoid from taking damage or getting …

  6. How can I stop Particles Dissapearing/Stop Rendering by its ... - Roblox

    Jan 5, 2024 · Try using Particles:Emit (). What Editor quality do you have on? You can open settings by pressing Alt+S. If on low try to increase it. This may solve your issue.

  7. Making particles stop and disappear when they "hit" an object ... - Roblox

    Jun 28, 2019 · Adding on to what @mircostaff said, you could achieve this desired effect by rendering the particles on the client. Use raycasts to detect collisions, and temporarily disable …

  8. How to REMOVE Forcefields on Roblox Studio! (2025) - YouTube

    In this video I teach you how to remove forcefields on Roblox Studio for your Roblox games, this can be helpful when you are making fighting games or obbies ...

  9. Make hiding Effects easier for first person - Engine Features ... - Roblox

    Jan 13, 2022 · Effects such as Beam, Fire, ParticleEmitter, Smoke, Sparkles, and Trails requires a LocalTransparencyModifier Property that works similarly to how BasePart and Decal do …

  10. Enable Disable Particle - Scripting Support - Developer Forum - Roblox

    Dec 4, 2021 · Try putting the particles in the replicated storage and local dance = LP.Character.Humanoid:LoadAnimation(anim) tool.Equipped:Connect(function() local …

Refresh