**Advanced** Z-Fighting Remover plugin!

Boo! Did I scare you again?

local increment = .0001
for i, v in pairs(workspace.Model:GetChildren()) do
	if v:IsA("BasePart") and #v:GetTouchingParts() >= 1 then
		if increment >= .001 then --changable
			increment = .0001
		end
		v.Size += Vector3.new(-increment, -increment, -increment)
		increment += .0001
	end
end
6 Likes
c, d = workspace["Model"]["GetChildren"](), 0

function e(f, g)
	if g["IsA"](g, "BasePart") and #g["GetTouchingParts"](g) >= 1 then
		if d >= .001 then
			d = .0001
		end
		g["Size"] = g["Size"] + Vector3["new"](-d, -d, -d)
		d = d + .0001
	end
end

for i, v in c:GetChildren() do
	e(i, v)
end
1 Like

Does this also work with folders? I have a map folder (thousands of parts) with many parts z-indexing, will it work if I select the folder and hit the button or does it just work with models?

1 Like

That is just basically the script i sent?

1 Like

Yeah sorry I found your version too easy to read.

6 Likes

yes it also works with folders!

1 Like

not advanced, not worth 100 robux, not worth your time

1/10 plugin

3 Likes

I appreciate your response. Perhaps promoting your plugin in a more professional manner could increase its usage. Additionally, I was not aware that it has the ability to resize extensive surfaces. It would be excellent if you could showcase this feature to potential users using straightforward language and authentic demonstrations, rather than simply relying on emoticons. :+1:

4 Likes

I don’t think you understood what I wrote earlier, nonetheless, I’ll say it again:

There are and have been plugins EXACTLY like these but for free, EVEN IN BULK. For example, the plugin I listed in the post you quoted quite literally has the ability to remove Z-Fighting in Bulk (full models, folders, hundreds and thousands of parts).

We may have different perceptions of “advanced” but I personally do not see that as advanced.

1 Like

I’m sorry that you didn’t like my plugin

Can you please tell me a few more things that you want to see in the plugin?

I can update you every day!

1 Like

i don’t want to see your plugin

6 Likes

What does that : do in the script

Something I forgot to remove.

It is letting the variable “think” it’s the Instance and provides it’s function and methods etc.

Can you give me something so i can search more about it?

1 Like

Smth like this:
image
As you can see “Health” is not getting recognised in the Intellisense but it does exist so here is the : version



Now the Variable thinks it is just that property and gives its features

3 Likes

Oh now i understand
Thanks!1!1!1!

1 Like

I agree with @vojtasuper2.

This plugin lets you bulk fix z-fighting, so you don’t have to waste hours fixing z-fighting with a ton of parts yourself and it will fix the z-fighting in seconds, and the fact that you can select models makes this easier to bulk fix the z-fighting issue

1 Like

Thanks for your feedback!
I’m very happy that you like my plugin, do you have any suggestions on new updates?

1 Like

One suggestion would be fixing z-fighting by hotkey, I unfortunately do not have the robux to buy it but anything can be priced at any cost, that’s my current suggestion for now

also in the post, I feel like an example video would be good for it to be added as some people doesn’t seem to understand how the plugin works

Hi, I made a plugin for that.