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

Someone know whats wrong with this script?

Asked by 10 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

Can someobe help me fix this script?

01m = Instance.new("Message",workspace)
02    m.Text = ""..string.upper(player.Name).." thank you for testing my new model."
03    wait(3)
04    m:Remove()
05    elseif Off then
06        for _,v in pairs(Environment:GetChildren()) do
07            if v:IsA("BasePart") then
08            Select(v,"White")
09            wait()
10            v:Remove()
11            end
12        end
13    wait(0.1)
14    Environment:Remove()
15    end
16end

If you can I'll be very greatful!

0
You haven't posted the entire script; can you please include the beginning so that there aren't syntax errors and we get a better idea of what you're doing? BlueTaslem 18071 — 10y

Answer this question