As the title is saying, i want to move models with Vector3, but since i’m not very expert in terms of moving stuff, i don’t know how i would move models, what i have tried is use a for i,v statement, but i don’t think that’s a good way to do that. Thanks for reading.
Models have a :MoveTo()
function with a Vector3
value in the parameters, that teleports the model to the given Vector3
position in it’s parameters.
1 Like
Call :MoveTo
on the model, and write the position you want it to move to in the parentheses. Sorry, didn’t see @GalaxyGourmet already answered
1 Like