#is there a way to just show "tier <number>" on the button but the hover has all the other info? wit
1 messages · Page 1 of 1 (latest)
"(#form_button_text - 'Tier')"
"bindings": [
{
"binding_name": "#form_button_text",
"binding_type": "collection",
"binding_collection_name": "form_buttons"
},
{
"binding_type": "view",
"source_property_name": "(#form_button_text - 'Tier ')",
"target_property_name": "#button_text"
}
]```So use #button_text instead of #form_button_text```json
"text": "#button_text"```
but also you can use text selection binding from StarLibV2 ☕
this bind allows you to show only text only within a certain radius of all characters. you only need to specify 2 numbers
He’s better off learning how to substring with %. Than using a prebuilt pack if he wants to learn 😂