Every time I hold the box, it isn't positioned right in front of me, also when I try putting the Item on the shelf, It doesn't work. I am a beginner who's trying to make a restocking shelf system.
#I don't know how to fix this
1 messages · Page 1 of 1 (latest)
did you debug
No sadly
so go debug
I rewrote the attachement position but now the box is inside of me
you know debugging is checking whats wrong
check the before and after postion using printing
et cetera
the before shows that its position is 0,0,0 and the after says -0, -2, -0
what does the minus mean
it means that the box moved backwards 2 studs
how do i make it so it moves foward?
im trying to make the box attach to the front of the torso so it looks like the player is holding it
** You are now Level 1! **
did you try doing box.CFrame = character.Torso.CFrame * CFrame.new(0,0,-2)