I don't know how to do this somebody help? I have searched and searched but I cant get it right.
Ok, You need to be more specific, but I will try and help
--This is the thing that you will touch and it will move the turret Part = game.Workspace.Part Turret = game.Workspace.Turret Part.Touched:Connect(function(Thing) --I do not know what you mean by: "in that position" but if you want it to go move to the part: game.Workspace.Turret.Position = game.Workspace.Part.Position end)