LeikaZ
|
  |
| Joined: 31 Jan 2008 |
| Total Posts: 595 |
|
|
| 21 Mar 2016 09:13 AM |
LOCAL SCRIPT:
Player = game.Players.LocalPlayer Mouse = Player:GetMouse()
x.CFrame = CFrame.new(Mouse.Target.Position)
and why doesn't it go to the position where the mouse is
|
|
|
| Report Abuse |
|
Kryddan
|
  |
| Joined: 12 Dec 2014 |
| Total Posts: 310 |
|
|
| 21 Mar 2016 09:17 AM |
I think you want to use mouse.hit.p it returns a position of where the mouse is located(Vector3 value).
mouse.Target only gets the part you are looking at, so if you are looking at the baseplate the mouse.Target would return BasePlate |
|
|
| Report Abuse |
|