lewisw60
|
  |
| Joined: 27 Nov 2008 |
| Total Posts: 193 |
|
|
| 08 Jun 2014 08:17 AM |
Im trying to make, essentially an orb fire in the direction of your mouse, but will somtimes fire off in a random direction? Such as when you hover over a part near you, or look at the ground.
This is not the complete script:
local ball = Instance.new('Part',workspace) ball.CFrame=CFrame.new(ball.Position, mouse.Hit.p) velo.velocity= ball.CFrame.lookVector*50
Any ideas? |
|
|
| Report Abuse |
|