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

how can i do a anti fire? i cant do, i dont know how :C

Asked by 3 years ago

look, i wanna make a anti fire that deletes all the fires from workspace.

--[[
      AFAFAFAFAFAFAFAFAFAFAFAFAFAFAFAF
      AF                            AF
        AF                         AF
         AF                       AF
          AF                     AF
           AF                   AF
            AF                 AF
             AF               AF
              AF             AF
               AFAFAFAFAFAFAFA
]]--

  -- ANTI-FIRE MADE BY RafaelCraft16 --
           -- VERSION 1.0.0 --

1 answer

Log in to vote
0
Answered by 3 years ago

First of all, try to do it yourself. This website is for people that need script evaluation, not for people to make scripts for you.

Second of all, this is ez.

for key, object in pairs(workspace:GetDescendants()) do
    if object:IsA("Fire") then
        object:Destroy()
        continue
    end
end
0
its because i dont know how to do these scripts RafaelCraft16 -15 — 3y
0
well then research ProjectInfiniti 192 — 3y
0
Oh wow ???? iivSnooxy 248 — 3y
Ad

Answer this question