Installation
Take the model¶
{recommended}
- Take the TopbarPlus model.
- Open the toolbox and navigate to Inventory -> My Models.
- Click TopbarPlus to insert into your game and place anywhere within
ReplicatedStorage
orWorkspace
. -
TopbarPlus is a package so you can update it instantly (instead of re-adding) by right-clicking the Icon module and selecting an option such as 'Get Latest Package':
-
You can receive automatic updates by enabling 'AutoUpdate' within the PackageLink:
Info
All v3 updates will be backwards compatible so you don't need to worry about updates interfering with your code.
Warning
Try not to modify any code within the Icon package otherwise it will break the package link.
Important
As of 27th March 2024 public packages haven't been rolled out by Roblox. Only after their full release will you be able to benefit from easily installable updates. For the time being, attempting to use 'Get Latest Package' and other package features will throw an error.
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
.
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 intoReplicatedStorage
). - Call
rojo serve
(terminal or VSC plugin) and connect to the rojo studio plugin.
With Wally¶
TopbarPlus is now on Wally! You can find it here.