So I want to have supply drops fall from the sky in the lobby and land on anything but how could I change the position of an entire model?
3 Likes
Assuming your model has a PrimaryPart:
(TargetPart being where you want to move it to, you can just set that as the CFrame of your landing spot)
workspace.Model:SetPrimaryPartCFrame(workspace.TargetPart.CFrame)
4 Likes
Does the primary part have to be anchored
1 Like
No, the primary part doesn’t have to be anchored.
1 Like