of     1   

PhoenixSigns
#184238018Wednesday, February 24, 2016 5:56 AM GMT

Did the most recent update break camera related stuff?
PhoenixSigns
#184280780Thursday, February 25, 2016 2:22 AM GMT

Bum
MetallicFrog
#184280929Thursday, February 25, 2016 2:24 AM GMT

No, your code is just faulty. -MetallicFrog | 15,000 posts | Scripter | Builder |
PhoenixSigns
#184288233Thursday, February 25, 2016 4:50 AM GMT

That's not possible. It literally worked perfectly before the update, and I made NO changes to the script whatsoever.
MetallicFrog
#184288274Thursday, February 25, 2016 4:51 AM GMT

Your code was faulty, it was coded in a bad way so it broke easily. It's life, just fix it. -MetallicFrog | 15,000 posts | Scripter | Builder |
Casualist
#184288458Thursday, February 25, 2016 4:54 AM GMT

We cannot help you without relevant code. 99% of the time it is user error/
MightyDantheman
#184288559Thursday, February 25, 2016 4:57 AM GMT

Meaning... Paste your code here so we can see what you did wrong. ~MightyDantheman
PhoenixSigns
#184453658Sunday, February 28, 2016 4:37 AM GMT

All right. So Ik no other parts of my script is broken cause I did print("Test") before this line so that means it's just this part that's broken. c.CoordinateFrame = CFrame.new(game.Players.LocalPlayer.Character.Head.Position,p.Head.Position) P is a player and C is the camera.
Aethex
#184453875Sunday, February 28, 2016 4:40 AM GMT

1. why aren't you using variables? 2. you need to wait for the character to load 3. are "P" and "C" really your variables because if so then the ones in your script aren't capitalized
PhoenixSigns
#184454009Sunday, February 28, 2016 4:42 AM GMT

c and p aren't capatlized. I just wrote that in the forums for some reason and second, it's not a script that activates when you join. It's inside a tool that you equip.
Entelicon
#184454083Sunday, February 28, 2016 4:43 AM GMT

Interpolation is broke. I don't doubt other things are broke as well.
PhoenixSigns
#184454219Sunday, February 28, 2016 4:45 AM GMT

I'm not using interpolation. Why don't you guys give it a try and tell me the results. Cause I changed it to c.CoordinateFrame = CFrame.new(0,0,0) and it still didn't work.
PhoenixSigns
#184454921Sunday, February 28, 2016 4:55 AM GMT

B
Borsy
#184455011Sunday, February 28, 2016 4:57 AM GMT

try adding wait(.1) to top of script
PhoenixSigns
#184455237Sunday, February 28, 2016 5:01 AM GMT

It's not a problem with loading the character
sharpchain1
#184456121Sunday, February 28, 2016 5:15 AM GMT

No roblox broke the interpolation function of the camera ~sharpchain1 Leader of Domini Studios

    of     1