of     1   

FootBa11
#141755706Sunday, July 27, 2014 8:16 PM GMT

Like I making a plane and I want to make it so the plane is usable without selecting a tool. Can I do that :o I want it to follow the mouse. script.Parent.Posters[1]:MoveTo(Out.Position)
robomax11
#141757934Sunday, July 27, 2014 8:39 PM GMT

yes local p = game.Players.LocalPlayer local m = p:GetMouse() --local script in starterpack ( ͡° ͜ʖ ͡°) obv siggy is obv
FootBa11
#141763798Sunday, July 27, 2014 9:40 PM GMT

its not working :P I need to use mouse.hit script.Parent.Posters[1]:MoveTo(Out.Position)
Perci1
#141763949Sunday, July 27, 2014 9:42 PM GMT

do game.Players.LocalPlayer:GetMouse() from a local script to get the mouse.
FootBa11
#141763972Sunday, July 27, 2014 9:42 PM GMT

jk i got it script.Parent.Posters[1]:MoveTo(Out.Position)

    of     1