of     1   

badguy1233
#111092244Monday, August 26, 2013 12:16 AM GMT

How do I use BodyPosition to move an object to where the mouse is pointing. (Even if it's not pointing at a brick.)
Iterations
#111092881Monday, August 26, 2013 12:21 AM GMT

i already said use bodygyro and set its cframe property roblox.com/Turret-Light-item?id=123675737 local BodyGyro = Instance.new("BodyGyro", Part) BodyGyro.maxTorque = Vector3.new(4e5, 4e5, 4e5) local Mouse = Game.Players.LocalPlayer:GetMouse() Mouse.Move:connect(function() BodyGyro.cframe = Mouse.Hit end)
badguy1233
#111093057Monday, August 26, 2013 12:22 AM GMT

Lol, yeah, but I made this before you said tht.
badguy1233
#111093785Monday, August 26, 2013 12:28 AM GMT

Nope, that didn't work at all... Here's what I'm trying to do... Shoot a Ki blast wherever the mouse is pointing, by pressing E. ALL I need to do is get the shooting right, I already have the hotkeys.
Juddily
#111094452Monday, August 26, 2013 12:33 AM GMT

Why the frick did he F5 bomb his own post

    of     1