Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
3いいね 92回再生

Roblox scripting tutorial [Part Position] | beginner scripting tutorials

script :

while true do
script.parent.Position = Vector3.new(math.random(1,5),math.random(1,5),math.random(1,5))
wait(1) -- very important

end

コメント