I’m trying to set a block infront of the player, I’m currently using LookVector and multiplying it with a Vector3 to move it abit further, problem is, it never works.
It’s always either to the right or left and not in the center
Here’s what the code for placing it is by the way…
You are adding a Vector3 to a CFrame. This is going to offset the CFrame’s coordinates in World Space by the Vector3 you’re providing. You could make it much simpler by offseting the coordinates in Local Space, which means relative to the torso itself, by multiplying it with another CFrame instead: