Installation
Method 1 - Take the model
- Take the TopbarPlus model by Nanoblox.
- Open the toolbox and navigate to Inventory -> My Models.
- Click TopbarPlus to insert into your game and place anywhere within
ReplicatedStorage
.
Method 2 - Download from Releases
- Visit the latest release.
- Under Assets, download
TopbarPlus.rbxm
.
- Within studio, navigate to MODEL -> Model and insert the file anywhere within
ReplicatedStorage
.
Method 3 - With Rojo
- Setup with Rojo.
- Visit the TopbarPlus repository.
- Click Fork in the top right corner.
- Clone this fork into your local repository.
- Modify the
default.project.json
file to your desired location (by default TopbarPlus is built directly into ReplicatedStorage
).
- Call
rojo serve
(terminal or VSC plugin) and connect to the rojo studio plugin.