marshp_n
(marshpin)
#1
I’ve googled everywhere but cant seem to find how to position a viewmodel’s arms in a script. Can anyone help?
This might be helpful:
(specifically the “Step 2: Positioning the viewmodel” section)
If you’re looking to position the entire view model, you’ll probably just need to set the .CFrame
.
If you’re looking to adjust constraints (like welds or motor6s) use .Position
and .Orientation
instead of .CFrame
.