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

Can you do a script that removes the Fire effect entirely instead of going to the lowest number?

Asked by 2 years ago

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.

0
You can either destroy the fire or set it's size to 0 SuperPuiu 497 — 2y
0
I did set size to 0, but it would still only go to 2. I'll just destroy it. EBprince209 0 — 2y

Answer this question