回転する部品・ブロックを作る方法【Roblox Studio】

方法

Roblox Studioで、以下のスクリプトを追加します。

while true do
	script.Parent.Orientation = script.Parent.Orientation + Vector3.new(0,0,1.5)
	wait()
end

参考

https://developer.roblox.com/en-us/api-reference/property/BasePart/Orientation