See attached video
i know this is very trivial and all, but i tried making it by using Player:MoveTo
part = script.Parent
part.Touched:Connect(function(Hit)
char = Hit.Parent
char:MoveTo(char:MoveTo(Hit.Position+Vector3.new(0,0,0.01)))
end)
but the displacement isn’t smooth and is relative to characters position. How would i make such part?