How can i change this to circle inventory tireed of square lol

So another HTML(i guess) that i want to include on mah game so here
Screenshot (1512)
this one how can i change it to circle the Inventory how can i like change its style not just being forever a Square.

2 Likes

kinda credit to Thw0k for the inventory slot Lol

2 Likes

Show the style to the player in a custom modal so it doesn’t go away when you close it like a shop does:

Though you will have to add it in Raw JSON View so the script editor doesn’t remove the HTML.

3 Likes

EYO THANKSSSSS since i joined this my question are being answered by you tysm

2 Likes

also can i make it like more big xd

2 Likes

size: (number)px;?

I don’t think there’s a size property in CSS. Try width: 200% instead

1 Like

image
correct?

2 Likes

Yes that’s correct. But make sure you use the right player function that works for you. In the context of my script, it was triggered by when a player joins game so I used triggering player. You may or may not need to use a different function.

1 Like

ye i used it like that when a player joins and and i used triggering player too it didn’t worked the inventory slot is still square

1 Like

If you wanted it to be a circle, do border-radius: 50%. I only talked about the width property in response to @AngelSlayer telling you to use size which isn’t a thing. border-width won’t help you achieve a circular border.

1 Like

oh ok lol xd ok thxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (need 20 characted limit)

also what time u online in forums?(just asking)

1 Like

I tried it but i think i did something wrong because it has span style and i cant figure out how to remove it…
It dosent show up in Raw JSON View either… :sweat:
Screenshot_14

1 Like