I just realized that i cant move models,just parts, so i could ungrop all the 6 part and move them individualy, but i dont want to do that, soo...
How i move a Model?
i use this for parts:
for i = 1,50 do Robloxian.Position += Vector3.new(0,1,0) wait(0.001) end
what for models?
ok.. so i found out..
for i = 1,50 do Robloxian:SetPrimaryPartCFrame(primaryPart.CFrame + Vector3.new(0,1,0)) wait(0.001) end
i got the solution from: https://youtu.be/Pp14Qi1vi20