of     1   

[rfa#hidefromsearch]
#35108123Friday, October 08, 2010 10:48 PM GMT

[rfa#hidefromsearch]
[rfa#hidefromsearch]
#35109685Friday, October 08, 2010 11:10 PM GMT

[rfa#hidefromsearch]
[rfa#hidefromsearch]
#35111511Friday, October 08, 2010 11:37 PM GMT

[rfa#hidefromsearch]
TJ1357
#35111658Friday, October 08, 2010 11:40 PM GMT

Wait for either AgentFirefox or Crazypotato
zeke505
#35111898Friday, October 08, 2010 11:43 PM GMT

object.Velocity = mouse.Origin.p.lookVector * speed I fixed one problem. :3
[rfa#hidefromsearch]
#35118642Saturday, October 09, 2010 1:20 AM GMT

[rfa#hidefromsearch]
MrNicNac
#35118745Saturday, October 09, 2010 1:22 AM GMT

As long as the script doesn't error, this should work. local bin = script.Parent local f = Instance.new("ForceField") local object = nil local select = false function onButton1Down(mouse) if select == false then if mouse.Target.Name == "GolfBall" then if mouse.Target.Owner.Value == bin.Parent.Parent.Name then mouse.Target.Owner.Value = bin.Parent.Parent.Name object = mouse.Target f.Parent = object select = true elseif select == true then target = object local character = bin.Parent.Parent.Character speed = 50 object.Velocity = mouse.Hit.lookVector * speed end end end function onSelected(mouse) mouse.Button1Down:connect(function() onButton1Down(mouse) end) print("Selected") script.Parent.Parent.Parent.PlayerGui.Cam.Frame.Visible = true end function onDeselect(mouse) print("Diselected") script.Parent.Parent.Parent.PlayerGui.Cam.Frame.Visible = false select = false f.Parent = nil end bin.Deselected:connect(onDeselect) bin.Selected:connect(onSelected)
[rfa#hidefromsearch]
#35119136Saturday, October 09, 2010 1:28 AM GMT

[rfa#hidefromsearch]
MrNicNac
#35119225Saturday, October 09, 2010 1:29 AM GMT

Just telling me it doesn't work doesn't help. What happened?
[rfa#hidefromsearch]
#35119495Saturday, October 09, 2010 1:33 AM GMT

[rfa#hidefromsearch]
[rfa#hidefromsearch]
#35119555Saturday, October 09, 2010 1:34 AM GMT

[rfa#hidefromsearch]
[rfa#hidefromsearch]
#35120217Saturday, October 09, 2010 1:44 AM GMT

[rfa#hidefromsearch]
[rfa#hidefromsearch]
#35145636Saturday, October 09, 2010 2:31 PM GMT

[rfa#hidefromsearch]
MrNicNac
#35145979Saturday, October 09, 2010 2:37 PM GMT

Ah, just doing that with the mouse won't move the ball. You must allow the user to select two positions. One (the object) and two (the direction).
[rfa#hidefromsearch]
#35147667Saturday, October 09, 2010 3:11 PM GMT

[rfa#hidefromsearch]
[rfa#hidefromsearch]
#35480712Friday, October 15, 2010 9:46 PM GMT

[rfa#hidefromsearch]
[rfa#hidefromsearch]
#35481283Friday, October 15, 2010 9:55 PM GMT

[rfa#hidefromsearch]
[rfa#hidefromsearch]
#35543446Saturday, October 16, 2010 9:18 PM GMT

[rfa#hidefromsearch]
[rfa#hidefromsearch]
#35557433Sunday, October 17, 2010 1:18 AM GMT

[rfa#hidefromsearch]
[rfa#hidefromsearch]
#35594803Sunday, October 17, 2010 5:48 PM GMT

[rfa#hidefromsearch]
Robert00001
#35595688Sunday, October 17, 2010 6:00 PM GMT

[ Content Deleted ]
[rfa#hidefromsearch]
#35595766Sunday, October 17, 2010 6:01 PM GMT

[rfa#hidefromsearch]
[rfa#hidefromsearch]
#35598171Sunday, October 17, 2010 6:35 PM GMT

[rfa#hidefromsearch]
[rfa#hidefromsearch]
#35598306Sunday, October 17, 2010 6:37 PM GMT

[rfa#hidefromsearch]
[rfa#hidefromsearch]
#35844411Saturday, October 23, 2010 12:50 AM GMT

[rfa#hidefromsearch]

    of     1