Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would I insert fire?

Asked by 10 years ago

I know you can use basic objects to insert fire but I wanted to know how I could script it, any suggestions?

2 answers

Log in to vote
1
Answered by
Hybric 271 Moderation Voter
10 years ago
local fire = Instance.new("Fire")
fire.Parent = Edit here
fire.Size = Edit here
fire.Enabled = true
Ad
Log in to vote
0
Answered by
Kozero 120
10 years ago

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..

Answer this question