swooby
|
  |
| Joined: 30 Dec 2010 |
| Total Posts: 1986 |
|
|
| 10 Nov 2016 08:04 PM |
basketball in my place works perfectly fine when i test through studio, but when i go in game it always throws it in the same direction no matter where your mouse is?
drink lots of water or ur gonna die |
|
|
| Report Abuse |
|
|
|
| 10 Nov 2016 08:06 PM |
| local script and server sided script and filtering enabled |
|
|
| Report Abuse |
|
|
|
| 10 Nov 2016 08:08 PM |
e.g.
function getMouseCFrame() return myRemoteFunction:InvokeClient(game.Players:GetPlayerFromCharacter(tool.Parent)) end
tool.Activated:connect(function() --use here mouse cframe end)
and on local script myRemoteFunction.OnClientInvoke = function() return game.Players.LocalPlayer:GetMouse().Hit end |
|
|
| Report Abuse |
|
|