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?

m = Instance.new("Message",workspace)
    m.Text = ""..string.upper(player.Name).." thank you for testing my new model."
    wait(3)
    m:Remove()
    elseif Off then
        for _,v in pairs(Environment:GetChildren()) do
            if v:IsA("BasePart") then
            Select(v,"White")
            wait()
            v:Remove()
            end
        end
    wait(0.1)
    Environment:Remove()
    end
end

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