of     1   

FridayTruffle
#138700542Monday, June 30, 2014 3:19 AM GMT

Im making a door script NOTE:IM AN AMATEUR SCRIPTER SO PLEASE DONT SAY IM DUMB Script: function onClicked() script.Parent.CFrame.CFrame.new(0,45,90) wait(3) script.Parent.CFrame.CFrame.new(0,0,90) end It doesnt work...Why? This is a grouped object btw
AnonyAnonymous
#138700752Monday, June 30, 2014 3:21 AM GMT

You have to execute the function with onClicked()
FridayTruffle
#138700911Monday, June 30, 2014 3:23 AM GMT

Wow...Even I knew this.. I forgot let me see if it works now
FridayTruffle
#138701146Monday, June 30, 2014 3:25 AM GMT

It says CFrame is not a valid member of model
AnonyAnonymous
#138701303Monday, June 30, 2014 3:27 AM GMT

You'll have to use CFrame on the door brick instead however, I think there's a method of cframing the model.
FridayTruffle
#138701397Monday, June 30, 2014 3:28 AM GMT

Do you know how?
AnonyAnonymous
#138701479Monday, June 30, 2014 3:28 AM GMT

I personally don't CFrame very often however, I'm sure someone else will be able to post in the thread and help you.
TwentyTwoPilots
#138705696Monday, June 30, 2014 4:12 AM GMT

script.Parent.CFrame = CFrame.Angles(0, 0, 0) the numbers you put into CFrame.Angles need to be in radians also 45 = math.pi/4 90 = math.pi/2 ~~ I am an eggspert in the eggcelent art of egg puns. ~~

    of     1