Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make bricks go along a conveyor belt?

Asked by 10 years ago

I have made a plane- crash game and the plane uses a conveyor belt to fall down to earth, sadly, this does not work and it can only move me, not the plane.

I tried this: 
while true do
script.Parent.Velocity = script.Parent.CFrame.lookVector *20000
wait(0.1)
end

(For the force script) Somehow it doesn't move the plane but does move me.

0
Help? joshybear200 0 — 10y

2 answers

Log in to vote
0
Answered by 10 years ago

Roblox obeys physics, just like the real world. And, likewise, the airplane is heavier than you. Either make the airplane more hollow, smaller, or make the conveyor belt velocity higher. Or both.

Ad
Log in to vote
0
Answered by 4 years ago

I don't see anything wrong with the script. Make sure the conveyor belt is anchored.

Answer this question