Hi,
im new to programming and im a bit stuck here
im trying to move an object after i pick up some other object
i can mannage to pick up an object but now i dont know how can i let my programme know i picked it up and move the other object
i had try this but it seems not working
it maybe im using some wrong method, so if there is some better method or some example
please let me know with lots of thanks
You could use the function MoveTowards, where you’d insert the current and target position in the parameter, and with that you could make the object move from point A to point B. Here’s the documentation on that function: