I know you can use basic objects to insert fire but I wanted to know how I could script it, any suggestions?
local fire = Instance.new("Fire") fire.Parent = Edit here fire.Size = Edit here fire.Enabled = true
Don't use local unless it's in a piece of code for example In an if statement A while loop A repeat loop A function, etc..