Categories > Exploiting > Scripts >
Banning Simulator X NPC bring script
Posted
_G.Titan = true
while _G.Titan == true do task.wait(.2)
for _,v in pairs(game.Workspace.npcs:GetChildren()) do
if string.find(v.Name, "Prince") then --replace "Prince" with whatever mob u want to bring to u
pcall(function()
v:FindFirstChild("HumanoidRootPart").Anchored = true
v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(1,1,-2)
end)
end
end
end
------------------------------
List of mobs top to bottom is first to last zone
Mushroom King
Forest Wizard
Desert Bandit
Desert Scout
Floral Girl
Magic Floral Man
Bee King
Onett
Ice Skier
Ice Golem
Beach Boy
Pufferfish King
Sparkletime King
Pastel Guardian
Mining Guy
Elemental King
Lava Lord
Headless Doombringer
Enchanted Golem
Ud'zal
Toxic Sparkletime King
Toxic Wastelander
Neon Jester
Prince
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post