1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Robloxで回転する足場をつくる

Last updated at Posted at 2019-11-21

概要

  • 回転する足場
  • マリオとかにありますよね

image.png
image.png

作成手順

下部分のPartをつくる(名前はBasePartとか)

image.png

落ちないようにAnchorしておく

Modelの中のAnchorを押すと、その座標に固定される

image.png

上部分のPartをつくる(名前はTurnPartとか)

ぐるぐる回すので、Anchorはしなくていい

image.png

上部分と下部分をくっつける

Modelの中のConstaraintsの中の小さい矢印の中の、Hingeを押す

image.png

まず下部分のPartに、Attachmentの片側をつける

image.png

上部分のPartに、Attachmentの反対側をつける

image.png

Explorerビューをみて、このようになっているか確認

image.png

上部分のPartをまわす

HingeConstraitをクリック

image.png

ActuatorTypeをさがす

image.png

ActuatorTypeをMotor(モーター)にする

image.png

Motorのパワーや速度を設定する

image.png
image.png

完成!!

image.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?