Highlight feature not working on actual mobile/tablet devices

I was playing with some highlights and found that if I left the Roblox Studio application and came back that sometimes the highlights would turn brown and even if set to Occlusion mode, would be always on top. The fill would disappear, and I have no way of getting them back to normal, other than waiting or restarting the application.

1 Like

This is most likely for efficiency, Roblox probably made it so when focus is lost on Roblox, they stop rendering the highlights, until focus is regained. But clearly something is wrong in the process.

Blockquote UPDATE: I have a workaround of using the fill property on the highest transparency (something like 0.95) and then the outline will show up. But without the fill being used, the outline won’t show on mobile or tablet.

This solved the problem for me but I had to bump down the fill transparency to 0.87, it wouldn’t work if I had the transparency up any higher.

A compromise I had to do was add a IsMobile() check to bump the transparency down to 0.87 with the following code, leave the transparency at 1 on other devices (Source):

function IsMobile()
	if game:GetService("UserInputService").TouchEnabled and game:GetService("UserInputService").KeyboardEnabled == false then
		print("Mobile User")
		return true
	else
		print("Probably not a Mobile User")
		return false
	end
end
4 Likes

i can confirm it doesnt work on mobile for me either. its really sad because i like how it looks. i wanna use it for my all the characters in my game to have a cartoon style. another thing if any roblox staff are reading this could you please add a thickness setting there would be a set thickness so the farther away from the camera the character is the smaller/thinner the outline would be

2 Likes

yess. please roblox. im commenting on this to hopefully bump this in the algorithm my game loses its charm without the outlines. also if any roblox staff are reading this, please consider adding a thickness property that would be in studs or something. that way the farther away the character is the thinner the outline will be instead of it staying the same thickness as it does now

1 Like

I’m going to definitely bump this; it’s odd that the highlight feature doesn’t work on actual mobile or tablet devices. Please fix it, Roblox!

1 Like

Still waiting for this fix.

My game uses highlights as a very important core feature.

2 Likes

I just found out that it doesn’t work on Mac computers either. I hope Roblox will fix it ASAP.

2 Likes

I will need to check, its been working on my Mac for well over a year… will update this response after I check again.

Its still busted on mobile. Very irritating…

4 Likes

Can this please get some attention and be fixed?

2 Likes

How is this still not fixed? I just came across this issue today

2 Likes

@Roblox Please attend to this issue, it’s very frustrating for developers.

4 Likes

This is a primary feature for my game, it’s incredibly frustrating to see a released feature not functioning appropriately on all devices, please fix this Roblox.

3 Likes

fix for christmas 25th december pls my wish

1 Like

I don’t think that’s a bug! It’s just not supported it hasn’t worked since it released.

bump… 2024 still not fixed, GUYS PLEASE FIX THIS!!

1 Like

they Still not thinking of fixing it -_-

1 Like

This is not a bug, it was mentioned by Roblox staff that highlight is not supported for mobile until they can improve performance due to low end devices not being able to handle them

3 Likes

Correct, they addressed it here: