I want to make it go directly in front of the player instead of above so that they can drop it onto a conveyer, and also decrease how far it is from the player, how would i do so?
0
You can use CFrames and UserInputService to do that. You would have to multiply HumanoidRootPart's position with CFrame.new(0, 0, -3) ( for example ). You would have to use UserInputService for a custom dropping system and also use some events to do this on server.SuperPuiu497— 2y