PhysicsMove

Function of: Part
Returns: Void
Tags:  instance

Sets the position of the part and accounts for physics if unanchored

Parameters
Name Type Description
positionVector3
Example
local part = script.Parent

part:PhysicsMove(Vector3.new(4, 2, 8))