ScanHumanoid — Scan Humanoids in Workspace

image

image

Tag: komad-vs-komad - Blogopod

Having a basic understanding of how studio works is nice.

5 Likes

Ctrl+Y does nothing, while Ctrl+Z is undo

2 Likes

CTRL + Y is literally redo… How do you not know?

3 Likes

oh, I’m a very dumb person, I tried it and it did nothing unless I undone something

2 Likes

It’s literally useful when you accidentally undid something during the process.

Plus, based on how the video removed the humanoids one by one tells me there’s a task.wait(1) within the code that manages humanoid deletion; you know that by simply searching Humanoid at the explorer’s search bar and carefully removing things you necessarily don’t need isn’t much of a hard task.

A bit of scrolling won’t hurt right? As for AnimationControllers, is that directed for lazy people who doesn’t want to right click on a model and search through the object panel?

3 Likes

Why did @SubtotalAnt8185 make this resource in the first place

2 Likes

I already made a plugin which selects classes in the specified service.

4 Likes

I am unaware of that, can you link it to me?

edit: found it but it’s deprecated

2 Likes

Yeah I plan to remake it to be part of the canary suite

2 Likes

This is just a remake of his resource. I appreciate your efforts put into this, however there are quite unnecessary snippets present. Such as

local random = Random.new()

local valueA, valueB = random:NextInteger(1, 10), random:NextInteger(1, 10)

if valueA == valueB then
	repeat
		task.wait()
		valueA = random:NextInteger(1, 10)
	until valueA ~= valueB
end

And the task.wait() present in all for loops. I don’t see any other external plugins actively interfering with humanoids other than MoonAnimator.

Sorry for the late reply, I was handling some personal business outside of DevForum.

1 Like

That snippet was made because I don’t want the PluginMenu to break

Thanks

2 Likes

image

1 Like

yes I know, but that plugin was made a while ago and I decided to make an update and publish an topic, also why do you keep using avodey everywhere

image

1 Like

oh yeah forgot that existed honeslty

Make an anti cheat so we can destroy Why Im Fat

I did it but everyone hated it

ok then i challenge you to make a rain system, shouldn’t be too hard right?

There’s ALSO Ctrl + Shift + Z.

2 Likes

i didnt know that selection service exists :O,

Rain systems are incredibly difficult.

Also, this plugin is very useful, but it should be more generalized. Perhaps make it have presets for different instance types, something like a “quick search plugin” would do.