Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to change tools dropping y?

Asked by 2 years ago

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. SuperPuiu 497 — 2y

Answer this question