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:
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?
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:
You've got a working label now!
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: 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? 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: You've got a working label now!