Hi,
i have a simple question: I want to move a model (with GoToPoint)
if i press the left mouse button, and play an animation while the model moves.
I did:
if (window:MouseHit(Key.LButton)) then
-- Target position (in place ATM)
local targetpos = Vec3(0,...