of     1   

unholysoda
#63499691Sunday, February 26, 2012 9:25 PM GMT

How can i get a brick to follow a certain path? Can someone plesae simple tell me what kind of stuff goes into this, or lead me to the wiki pages?
slayer219
#63499835Sunday, February 26, 2012 9:27 PM GMT

Use the BodyPosition object.
unholysoda
#63500331Sunday, February 26, 2012 9:34 PM GMT

ok, cool, Thanks. Now any ideas on how i would make it change the oistion its heading to, when it gets to the position set? And how would i stop it from moving when a player touches it?
unholysoda
#63500696Sunday, February 26, 2012 9:39 PM GMT

Also for maxForce, how would i make it go slowly, which way would i want to cahnge the value, larger or smaller?
slayer219
#63503803Sunday, February 26, 2012 10:27 PM GMT

Smaller. Set the position property to a Vector3 or the position you want it to go to.
cody123454321
#63504864Sunday, February 26, 2012 10:46 PM GMT

OORRRRR use a series of ifs which is niot recomended < -less than > -greater than <= -less than or equal to >= -Greater than or equal to ~= - does not equal - Im not sure if roblox supports either or

    of     1