So far I know -
Local part = Instance.new(“part”)
But then how do I add fire to that?
Make a new fire instance and place it inside the part. It's super simple
local fire = Instance.new("Fire", part)
That's it lmao, I hope this helps though!
Ok, so I see local fire = Instance.new("Fire", part)>