menu
Roblox Forum Archive
Home
User Search
Forums
Donate
search
settings
Home
User Search
Forums
Donate
launch
Go to User Dashboard
Forums
Scripters
Float towards Part
chevron_left
chevron_left
chevron_left
of
1
chevron_right
chevron_right
chevron_right
Float towards Part
HatLicense
Join Date: 2015-03-16
Post Count: 330
#183647536
Monday, February 15, 2016 4:52 AM GMT
How would I make a Part float towards another? Like I want Brick B to float towards Brick C
Go to point in time
arrow_right
10 minutes before
5 minutes before
At time of posting
5 minutes after
10 minutes after
more_horiz
cntkillme
Join Date: 2008-04-07
Post Count: 49450
#183647567
Monday, February 15, 2016 4:53 AM GMT
There are a couple of ways about doing this, the easiest way would be to use a BodyPosition object and set the position to C's position
Go to point in time
arrow_right
10 minutes before
5 minutes before
At time of posting
5 minutes after
10 minutes after
more_horiz
HatLicense
Join Date: 2015-03-16
Post Count: 330
#183649745
Monday, February 15, 2016 5:25 AM GMT
What do you mean? local z = Instance.new("BodyVelocity", p) z.maxForce = Vector3.new(math.huge, math.huge, math.huge) z.velocity = plr.Character.HumanoidRootPart.CFrame.lookVector*50 How would I tell it to float towards the Characters Torso?
Go to point in time
arrow_right
10 minutes before
5 minutes before
At time of posting
5 minutes after
10 minutes after
more_horiz
chevron_left
chevron_left
chevron_left
of
1
chevron_right
chevron_right
chevron_right