Hi, I have a question about how I can get a part to behave like a character, in the sense that I want to be able to move the part from one place to another by calling a function similar to MoveTo.
My idea was to create a module script which houses the function PartMoveTo for each of my parts to use, which will then use some cframe trickery to mimic the function MoveTo.
I am able to complete this, but I was just wondering if there is an easier way of doing this that flew over my head.
I appreciate any and all suggestions.
Solved: Apparently it went way over my head because the function I was trying to mimic is not specific to the character, and had a duplicate function for this specific task.
Source: Model:MoveTo()