Categories > Exploiting > Scripts >
bring mobs help !!!!!
Posted
help me pls (ex: ...) gfhfhfghfhfghfhjgjhjgjghjgfj .
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.
Cancel
Post
https://media.discordapp.net/attachments/1134643100715855893/1138795549244539011/SiggyOnGod.png
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post