Hello developers! I am trying to make a noob line at a desk. This visual should show what i want:
Each square represents where the noob goes to. Here is my code that find the position that the noob should go to…
local offset = -3 * #receptionDesks[reception] * reception.PrimaryPart.CFrame.LookVector
For some reason, I just can’t figure out how to do it. All help is appreciated!