About 12,700,000 results
Open links in new tab
  1. Roblox Studio Tutorial: How to Add Fire Effect - YouTube

    Fire can be added to any part of your game such as creating campfires, lighting torches, or even lighting players on fire!...more. In this video I show you how you can add a fire effect...

  2. BasePart.Touched | Documentation - Roblox Creator Hub

    For instance, if PartA bumps into PartB, then PartA.Touched fires with PartB, and PartB.Touched fires with PartA. This event only fires as a result of physical movement, so it will not fire if the CFrame property was changed such that the part overlaps another part.

  3. Tech with Mike - Fire Effect - Mr. Michael's Class

    local fire = Instance.new("Fire") fire.Parent = part wait(5) otherPart.Fire:Destroy() end firePart.Touched:Connect(lightOnFire)

  4. How to Add a Fire Effect on any Part - Buzzy

    Oct 6, 2021 · Watch this video tutorial on how to add a fire effect on any part. Script available for download. Difficulty: Easy.

  5. Collisions | Documentation - Roblox Creator Hub

    For performance optimization, set CanTouch to false for objects that don't require collisions. The Touched event fires when a BasePart comes in contact with another, or with a Terrain voxel.

  6. Part that doesnt kill but sets the player on fire - Roblox

    May 30, 2020 · i just want it that if you touch the brick, the player becomes on fire with blue fire, without killing it. local part = workspace.part local touchlava = function(hitpart) if …

  7. How To Make Touch Event Fire Once - Scripting Support - Roblox

    Feb 4, 2021 · Now I know this might sound like a dumb question to some, but I am trying to make the Touch event in my script fire only once so that not all the body parts are touching it creating multiple fires. Can you help with this?

  8. Roblox Studio Coding Tutorial: How to Spawn Fire - YouTube

    Nov 17, 2024 · How to spawn Fire in Roblox Studio.This guide shows you step-by-step how to add realistic fire effects to your game. Start creating amazing fire features tod...

  9. How to Create Fire and Smoke (Roblox Studio Tutorial for New

    Oct 30, 2023 · In this tutorial, you will learn how to add Fire and Smoke to make your games more exciting. You will learn how to add the Fire object to your parts. You will learn how to add the Smoke object to your parts. You will learn how to use the Model menu tab to add effects. You will learn how to use the p...

  10. How Would I Make A Realistic Fire System - Roblox

    May 10, 2024 · What is the most optimized way I can make a realistic fire system, Realistic as in Spreading fire etc. My first thought was to use GetTouchingParts method to check periodically if two wooden planks are colliding with…

  11. Some results have been removed
Refresh