of     1   

AshRPG12
#183482864Saturday, February 13, 2016 4:25 AM GMT

game.Workspace.deeznuts.Part.Changed:connect(function(angles) script.Parent.CFrame = Vector3.new(game.Workspace.Balloon.Part.Rotation) end) Output Error: Workspace.Part.Script:2: bad argument #3 to 'CFrame' (CFrame expected, got Vector3) me: ??? me: well rip me
AshRPG12
#183483234Saturday, February 13, 2016 4:31 AM GMT

i foud lookVector as a possible solution but not know how to use :P
cofunction
#183483342Saturday, February 13, 2016 4:33 AM GMT

script.Parent.CFrame = CFrame.new(Vector3.new(game.Workspace.Balloon.Part.Rotation)) Try that.
AshRPG12
#183483355Saturday, February 13, 2016 4:33 AM GMT

this script is done wrong, im looking for the ability to move the angles of the object (Script.Parent) to face where the "Part" of deeznuts is dont worry about "Balloon", because its not a mistake i just changed the function name during this thread making .3.
LegendaryAccount
#183483360Saturday, February 13, 2016 4:33 AM GMT

game.Workspace.deeznuts.Part.Changed:connect(function(property) script.Parent.Rotation = game.Workspace.Balloon.Part.Rotation end)
AshRPG12
#183483458Saturday, February 13, 2016 4:35 AM GMT

mhmmmm setting cframe.angles?
AshRPG12
#183483576Saturday, February 13, 2016 4:37 AM GMT

btw is there a video or topic where i can make the object automatically rotate to the nearest object it is near with a specific objectvalue in it? thank you! I make the smallest mistakes af tho ~ballsBALLSSSSS~
AshRPG12
#183483639Saturday, February 13, 2016 4:38 AM GMT

bcuz im not using invisible parts with 'touched' event functions because its literally not fast enough to detect everything
AshRPG12
#183765300Tuesday, February 16, 2016 6:46 PM GMT

nvm i only wanted the part to change angle not to rotate upside down or on its side, just facing the part xloadinq will always be fat
CrustyCitation5
#183766900Tuesday, February 16, 2016 7:16 PM GMT

Change angle as in make it's lookVector point towards the other part called "deeznuts"?
AshRPG12
#184234705Wednesday, February 24, 2016 4:29 AM GMT

ye im new to lookVector and i found it xloadinq 2fat4u xloadinq 2fat4u xloadinq 2fat4u xloadinq 2fat4u
TimeTicks
#184236315Wednesday, February 24, 2016 5:06 AM GMT

lol gyazo.com/f91edb6020352051ffe5f1b2dacd5ac5

    of     1