When I use the move to code on a model it doesn't work and goes far away from the position.
local Blaster = game.ServerStorage.Blaster:Clone() print(e) Blaster.Name = "BlasterClone" Blaster.Parent = game.Workspace Blaster:MoveTo(script.Parent.Head.Position)
Why doesn't it work?
:MoveTo() function makes a humanoid WALKS to the target
If you want to move objects to an object, then i suggest looking up "BodyPosition"
If you want to "TELEPORT" and object instead of "MOVING" it, then i suggest changing its CFRAME