please help me
Any errors in the output? It should work tbh…
let me test again to see if it works
I see a mistake in your code.
local Clone = NPC: Clone()
Remove the space between the : and Clone. So it should be like this
local Clone = NPC:Clone()
Yes, that is the error. You have an unneeded space, but if there is no error in the output, I don’t know whats wrong to be honest. Also, change Clone.UpperTorso
to Clone.HumanoidRootPart
, maybe it’ll work? changing to HumanoidRootPart is also more efficint. idk man
This actually isn’t the problem, I tested this with my own script and it worked fine
local baseplate = script.Parent
local clone = baseplate: Clone()
clone.Parent = workspace
Hm. That’s weird, I tested it out and it didn’t work. Here are some screenshots:
it should be here.
I don’t know why your script worked with it.
what is object browser on your tab?