#Can anyone help?

1 messages · Page 1 of 1 (latest)

rose willow
#

I had the AI make me system where you click a noob and give it a salad and it gives you 5 cash it all works up untill I asked it to spawn a new noob at a certain point when that one gets destroyed the output says everything works says it spawns at the spot etc but it says noob humanoid root part not found but it doesn't know how to fix it and the new noob isn't spawning does anyone know how I can get it so the new noob spawns

  • Spawn a new Noob at the BoobSpawn location
    local spawnLocation = game.Workspace:FindFirstChild("BoobSpawn")
    if spawnLocation then
    print("BoobSpawn location found.")
    local newNoob = noob:Clone()
    newNoob.Parent = game.Workspace
    newNoob:PivotTo(spawnLocation.CFrame)

              local humanoidRootPart = newNoob:FindFirstChild("HumanoidRootPart")
              if humanoidRootPart then
                  humanoidRootPart.Anchored = false  -- Ensure the Noob is not anchored
              else
                  print("HumanoidRootPart not found in new Noob.")
              end
             
              print("New Noob spawned at BoobSpawn location.")
             
              -- Attach the NoobDisappearOnClick script to the new Noob
              local newScript = script:Clone()
              newScript.Parent = newNoob
             
              -- Verify the position of the new Noob
              local newNoobPosition = newNoob:GetPivot()
              print("New Noob position:", newNoobPosition)
          else
              print("BoobSpawn location not found.")
          end
      end
    

    end
    end)

sterile glacier
#

bro from just reading this I started laughing

#

random question, so why do you have a location named BoobSpawn

rose willow
#

I honestly don't know icl

sterile glacier
rose willow
#

Oh

#

Am I aloud to offer people money on this server

#

In some it's against rules

sterile glacier
#

yeah just not here

rose willow
#

Where would I

sterile glacier
rose willow
#

Ty

errant crater
#

@rose willow

#

ill help

#

for cheap

#

or maybe even for free

rose willow
#

I can do cheap

#

@errant crater sorry for late

errant crater
#

for sure dude

#

send me the game in a file

#

dms

#

ill fix whatever u need

rose willow
#

Thanks bro I'm not on my pc rn mind if I send you tmo?

deft tapirBOT
#

studio** You are now Level 1! **studio

digital atlas
polar python
#

Maybe learn it yourself

polar python
#

AI isn't a very goods idea

errant crater
#

ai is trash

#

soon it will be able to create fully functional games though.

#

behond human intelligence

polar python
#

If you knew the bare minimum of advanced scripting it could be useful

#

I tried scripting with AI once and it kept bugging me out with player icons because it was checking inside other unrelated parents.

rose willow
#

I love messing with the AI but it definitely can't make a game I have absolutely no idea how to code

errant crater
#

thats ass

#

use deepseak

#

deepseek

#

its better then chatgpt for scripting

polar python
errant crater
#

and most tasks

rose willow
#

Puts stuff in for me

polar python
deft tapirBOT
#

studio** You are now Level 1! **studio

polar python
#

Then, once you get everything, you can start building better design.

#

Roblox's AI is super dumb

rose willow
#

I js like building but I decided I wanted to try my builds acc do something

#

Not getting very far as you can see but yk

polar python
rose willow
#

Yeah ty

polar python
#

However, if you need more advanced scripts and AI can't give you such thing then please learn how to scrip 🙏

There are many tutorials out there for newbies

odd peak
#

use AI to explain something u cant understand in documentation, NOT for helping u scripting