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.
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.
also @SubtotalAnt8185 Would you like to be the maintainer of this plugin? Right now it works, but I don’t plan on keeping it alive, and you inspired me to make this plugin
I’m busy on other projects so I probably wouldn’t maintain this, but the last thing you can do to the plugin to make it last long is to change the SetWaypoint to whatever this thing is: