Categories > Exploiting > Scripts >

bring mobs help !!!!!

Posts: 3

Threads: 2

Joined: Mar, 2023

Reputation: 0

Posted

help me pls (ex: ...)                                      gfhfhfghfhfghfhjgjhjgjghjgfj                                                                             .

  • 0

Posts: 205

Threads: 9

Joined: Feb, 2023

Reputation: 5

Replied

I think you need to provide a Path to the mob.

You also need to mention if the Mob is a model or a Union.

 

Trying to bring mobs most likely won't work unless you put it in a loop, I recommend teleporting to each Mob 1 by 1.

 

Here's the script which won't bring all mobs unless you loop it.

 

local Client = game.Players.LocalPlayer
local Character = Client.Character
local Mobs = workspace.Mobs

local funcs = {}
function funcs:BringAllMobs()
      for __,v in next, Mobs:GetChildren() do
            v:PivotTo(Character:GetPivot()
      end
end

function funcs:gotoAllMobs()
      for __,v in next, Mobs:GetChildren() do
            Character:PivotTo(v:GetPivot())
            task.wait(1)
      end
end

Sorry for the disgusting indenting, WeAreDevs doesn't allow Tab spaces for some reason.

  • 0

https://media.discordapp.net/attachments/1134643100715855893/1138795549244539011/SiggyOnGod.png

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )