Alright, I have a Model, which is being welded together by a script, and it welds it to a character’s HumanoidRootPart.
Now the problem is, the scripts just don’t exist after I press Play. They get removed out of the model.
(I’ve tried using LocalScripts, ServerScripts, yada yada.)
(Yes, the script works and the script is gone from Explorer.)
For more info this is an example structure:
v-StarterPlayer
v -CustomCharacter
-HumanoidRootPart
v -Model
-WeldScript(Disapearing on play.)
-Part
-Part
So, I’m not sure if something I did is wrong, or what, but I was always pretty certain that scripts could be added to player, but I could be VERY wrong.
The reason I’m using a script is because I need to update welds (There’s also a lot of parts, and I’m lazy), so I would preferably have it all managed in a script.
What exactly is wrong here?
(I can add more resources at request if needed.)