b1tmap
|
  |
| Joined: 03 Jan 2011 |
| Total Posts: 425 |
|
|
| 06 Oct 2015 08:33 PM |
What's insulting about this is the fact that it prints the dot but doesn't move the camera. What's wrong?
Yes, the CameraType is set to Scriptable.
mouse.Button1Down:connect(function() local isWithinX = mouse.X <= 235 and mouse.X >= 15 local isWithinY = mouse.Y <= mouse.ViewSizeY - 15 and mouse.Y >= mouse.ViewSizeY - 200 local x_within_radar = 10000 -- for testing purposes local y_within_radar = 10000 if isWithinX and isWithinY then camera.CoordinateFrame = CFrame.new(x_within_radar, 10, y_within_radar) * CFrame.Angles(-0.7, 0, 0) print(".") end end) |
|
|
| Report Abuse |
|
|
|
| 06 Oct 2015 08:38 PM |
CFrame.new(Vector3.new(x_within_radar,10,y_within_radar)) * CFrame.Angles blah..
morashsPeasant is a peasant |
|
|
| Report Abuse |
|
|
b1tmap
|
  |
| Joined: 03 Jan 2011 |
| Total Posts: 425 |
|
|
| 06 Oct 2015 09:53 PM |
| Nope. Still only prints the dot. |
|
|
| Report Abuse |
|
|
b1tmap
|
  |
| Joined: 03 Jan 2011 |
| Total Posts: 425 |
|
|
| 06 Oct 2015 09:58 PM |
| It seems like I'm not even able to manipulate the camera from any LocalScript... this is rather strange. |
|
|
| Report Abuse |
|
|
b1tmap
|
  |
| Joined: 03 Jan 2011 |
| Total Posts: 425 |
|
|
| 06 Oct 2015 10:05 PM |
| Found the issue. I'm stupid. Sorry for wasting your time. |
|
|
| Report Abuse |
|
|