Mirrox
Rroblox-ts
•Created by Mirrox on 3/23/2025 in #help
What is considered more optimized?
Changing the visible value or making the element optional
ex:
{display && <imagebutton/>}
or
<imagebutton Visible={display} />
3 replies
Rroblox-ts
•Created by Mirrox on 3/9/2025 in #help
How to fix and optimize React UI
I noticed that my react ui is not optimized at all, the game freezes for a second when opening something. I am new to React, so I understand that most likely I wrote something terrible. I am interested in a guide or advice on how to find the cause of delays, optimize it, fix it, etc.
7 replies
Rroblox-ts
•Created by Mirrox on 3/1/2025 in #help
Is there a way to get all the types, that has specific property in them?
In my case, I need to get all the instances that has
LocalTransparencyModifier
property.5 replies
Rroblox-ts
•Created by Mirrox on 2/23/2025 in #help
how can you detect a click that was made outside the required component?
I want to make something like a context menu on the Windows OS desktop, I did the positioning when I click on the frame, but I don’t know how I can detect the click outside of the menu to hide it. Do you have any suggestions?
47 replies
Rroblox-ts
•Created by Mirrox on 2/16/2025 in #help
Should you use CanvasGroup?
It seems like this is a relatively new thing. I'm concerned about its performance with react, how good it is in general
11 replies