ロブロックスのゲーム制作ツール、Roblox Studioやプログラミング言語Luauに関するノウハウ備忘録noteです。 ★すぐに手順だけ知りたい方はこちらへジャンプ ロブロックス制作でスクリプトを作成する際、Roblox Studio内で記述が可能です。しかし、自分が使い ...
Allows us to write all of our logic inside of Module Scripts. This enables us to easily share code, without having to extract it, create another module script, add the logic, and then require it.
ROBLOXのゲーム制作ツール「Roblox Studio」や、同システムで使われるプログラミング言語「Luau」に関するメモです。 ゲーム(エクスペリエンス/プレース)間をテレポート移動する方法です。 まずは最低限の機能 最低限の機能だとこちらを見たらすぐにできる。 ゲーム内から別のゲームに ...