Categories > Exploiting > Scripts >

Banning Simulator X NPC bring script

Posts: 1

Threads: 1

Joined: Jul, 2023

Reputation: 0

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

  • 0

Users viewing this thread:

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