Gskartwii / Rbx_CustomFont

A custom font management system for Roblox
MIT License
29 stars 7 forks source link

Workaround if Rbx_CustomFont isn't working (manual) #10

Open br0k3V opened 4 months ago

br0k3V commented 4 months ago

Step 1: Play the game Step 2: Go into Players > Your Username > PlayerGui > Your Gui > and where the RbxCustomFont instance is located in the Explorer For me TextLabel is the RbxCustomFont instance: image Step 3: Copy it Step 4: Stop playing the game Step 5: Paste it into your GUI Step 6: Go into the TextLabel > _background. You will see the amount of images (depending on how long your text is) You may be asking: what's the problem? image They probably updated it to not use rbxassetid:// anymore, it uses the website for some reason for me now. Step 7: Select all of them (select the first, hold shift, and select the last) Step 8: Modify the image Delete rbxassetid:// and press Enter. You should end up with something like this: image image You've got a working label now!