of     1   

OakBerry
#183072678Saturday, February 06, 2016 3:01 AM GMT

because: part.CFrame.Angles, doesn't work
OakBerry
#183072769Saturday, February 06, 2016 3:02 AM GMT

example: local angles = part.CFrame.Angles print(angles) >> 10,3,8 (obviously the text above wouldn't work, how can I make it work?)
SenseiWarrior
#183073536Saturday, February 06, 2016 3:15 AM GMT

local cframe = part.CFrame local angles = cframe - cframe.p --removes the position from the cframe, leaving the angles Instance.new("BodyThrust",SenseiWarrior).position = CFrame.new(SenseiWarrior,YourGirlsDMs)
OakBerry
#183099956Saturday, February 06, 2016 5:24 PM GMT

Thanks! which value can I use to hold the CFrame? I tried using number-value but it doesn't work, I tried using string-value but it doesn't work, and even though CFrame-value sounds like it would work, it doesn't...
SenseiWarrior
#183100855Saturday, February 06, 2016 5:41 PM GMT

CFrame value should work.. Instance.new("BodyThrust",SenseiWarrior).position = CFrame.new(SenseiWarrior,YourGirlsDMs)
OakBerry
#183103404Saturday, February 06, 2016 6:32 PM GMT

CFrame value's have parents, I don't think you can parent a variable. Or atleast it didn't work for me.
OakBerry
#183109393Saturday, February 06, 2016 8:26 PM GMT

bump ^

    of     1