You are on page 1of 2

----------------------------------------------------------------------------------------------------

--------------------=[ CFRAME ]=--------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

,EnableHolster = true

,HolsterTo = 'UpperTorso' -- Put the name of the body part you wanna holster to

,HolsterPos = CFrame.new(0.5, -0, -0.9) * CFrame.Angles(math.rad(280), math.rad(25),


math.rad(90))-- x, y, and z | Up, left right, and rotate, only change the middle value of CFrame.Angles to
change where gun is pointed

,RightArmPos = CFrame.new(-0.85, -0.2, .2) * CFrame.Angles(math.rad(0), math.rad(0),


math.rad(0)) --Server

,RightLowerArmPos = CFrame.new(0,0,-0.12) * CFrame.Angles(math.rad(-120), math.rad(0),


math.rad(0))

,LeftArmPos = CFrame.new(.5,.3,.45) * CFrame.Angles(math.rad(-80),math.rad(30),math.rad(-


10)) --server

,LeftLowerArmPos = CFrame.new(0,.55,-0.05) * CFrame.Angles(math.rad(-10), math.rad(0),


math.rad(0))

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

,SV_GunPos = CFrame.new(-.3, -.2, -0.4) * CFrame.Angles(math.rad(-90), math.rad(-90),


math.rad(0))

,SV_RightArmPos = CFrame.new(-.9, 1.25, -0.35) * CFrame.Angles(math.rad(-30), math.rad(0),


math.rad(0)) --Server

,SV_LeftArmPos = CFrame.new(1,1,-1) * CFrame.Angles(math.rad(-80),math.rad(30),math.rad(-


10)) --server

,SV_RightElbowPos = CFrame.new(0,-0.45,-.25) * CFrame.Angles(math.rad(-80), math.rad(0),


math.rad(0)) --Server

,SV_LeftElbowPos = CFrame.new(0,0, -0.1) * CFrame.Angles(math.rad(-


15),math.rad(0),math.rad(0)) --server

,SV_RightWristPos = CFrame.new(0,0,0.15) * CFrame.Angles(math.rad(20), math.rad(0),


math.rad(0)) --Server

,SV_LeftWristPos = CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),math.rad(-15),math.rad(0))

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

,ServerGunPos = CFrame.new(-.3, 0.35, -0.8) * CFrame.Angles(math.rad(0), math.rad(-90),


math.rad(0))

,GunPos = CFrame.new(0.15, -0.15, 1) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))

,RightPos = CFrame.new(-.45, -0.42, -1) * CFrame.Angles(math.rad(-90), math.rad(0), math.rad(-


3)) --Client

,LeftPos = CFrame.new(1.1,.3,-1.3) * CFrame.Angles(math.rad(-120),math.rad(35),math.rad(-5))


--Client

return Config

You might also like