Hi, so I am currently creating a game, and I try to put a model to a certain position, but it it just stuck on a part and not on the position I want it to be.
Here is my script:
local SelectPart = NoobSpawns[math.random(1, #NoobSpawns)]
Noob.Parent = SelectPart
Noob.Humanoid:MoveTo(Vector3.new(SelectPart.Position))
Does it have to be a :MoveTo?
For me I’d use a :GetPrimaryPartCFrame or :SetPrimaryPartCFrameto move the part to the desired location, and then a TweenService.