Models no longer teleport / spawn in the proper location

Hello,

Recently i’ve been working on my game when i realized some scripts and things i have are now buggy and no longer work, i’m not sure if it’s a new roblox update or what:

Models no longer move to the proper location when they are cloned or moved into workspace, for example:

  1. When i insert objects with Adonis admin they now randomly spawn around the map.
  2. When people are killed in my game, the ragdoll no longer spawns right on their death location like it’s supposed to.

I believe it’s an issue with the models spawning in the same location it was saved or archived in, but i can’t seem to find any working solutions. Any ideas? Any questions will be answered upon request.

Thanks

1 Like

You could make a system where if the model has a primary part, said part’s position is set to your character’s RootPart lookvector

Character.HumanoidRootPart.CFrame.LookVector * distance