heres a picture while i explain:
i used to use something called 3drad,its a very old game engine.
it has a command called child_pos & child_rot.
child_pos keeps an object exactly where u want it,for example on my player-a flashlight exactly at my players' right hand like u see in a + b.
child_rot makes the object(flashlight) copy the players rotation exactly (c),so the flashlight will stay exactly where my players right hand is.
i was thinking the limb commands can do this,but i dont want to attach my object to a limb.im trying to set my spotlight exactly where my player's right hand is. also i want the spotlight to copy the players y rotation exactly.