I know you can use basic objects to insert fire but I wanted to know how I could script it, any suggestions?
1 | local fire = Instance.new( "Fire" ) |
2 | fire.Parent = Edit here |
3 | fire.Size = Edit here |
4 | 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..