Hello, I am EBprince209, and I want to know if theres a way to destroy a Fire effect on a Part. Since that the Fire effect has a low of 2, I want it to be gone entirely. Is there a script that can help me do that?
Script that typed out:
wait(5)
game.Workspace.Bomb.Anchored = false game.Workspace.Rope.Transparency = 1 game.Workspace.Rope.Fire.Size = 2
wait(1)
game.Workspace.Bomb.Anchored = true
By the way, once the bomb hits the ground, I'll add an explosion effect. The Fire effect is on the actual Rope Part, instead of the Bomb Part. I just make the Rope disappear with Transparency.