Highlights just do not show up


The image should describe my exact issue.

I parent the highlight to the humanoid model, set the Adornee to that model, and yet it just does not show up. I have just 5 other units using highlights (which are disabled) on the field, but I am pretty sure it still should work because it’s not past the render limit.

I might be missing something, but I literally have no clue why this isn’t working. I have to note that I have around 100 units in ReplicatedStorage with disabled highlights, though I am pretty sure those should not have any effect here… I hope so.

Try put it on parts of the npc body

AFAIK Roblox has limit for Highlights so you should remove some or disable maybe. I haven’t checked would other highlights work if i disable some that works

Edit: Tested this in a Studio

disabled highlights still take up a space in the limit.
so if you have 100 disabled highlights, then no other highlight will render, because disabled highlights still take up a space.

as roblox said in the docs, delete disabled highlights, because they still take up a slot.
here:

“As a performance limit, Studio only displays 31 simultaneous Highlight instances on the client-side at a time. If you add more than this limit, the additional Highlight instances are silently ignored.”

“While a disabled Highlight doesn’t display, it still takes one of the 31 available Highlight slots. If you plan to permanently disable a Highlight instance, it’s best to delete the highlight rather than disable it.”

link: Highlighting Objects | Documentation - Roblox Creator Hub

2 Likes

Yeah, already figured it out. Turns out the disabled highlights in ReplicatedStorage do matter.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.