I am trying to make an x-ray ability for my game. The only problem is that when you create a highlight object on the client, despite parenting it to the model and setting the adornee to the model, theres no highlight
1 Like
Are the parts of the model transparent? Highlight doesn’t work with transparent parts
3 Likes
no they arent, all of the model has their transparency at zero.
Could you share the script that you’re using? That would make it much easier to troubleshoot your problem and determine what’s going on.
I have the same problem, this happens if the model has 2 highlights, when there is already a highlight inside a model that was created from the server and we add more highlights created from the client, the highlight that was just created from the client won’t work or won’t show on client