Issue with Highlight Object Being Removed on iOS When Returning to Roblox
I’m not entirely sure which category this falls under, so feel free to correct me if needed.
On iOS (I’m unsure about Android since I don’t have one to test), I’ve noticed that the Highlight object gets removed when I close the Roblox app while it is still running and then reopen it. I’m not sure why this happens, but it does. Could this be a Roblox-related issue?
Here is the script I’m using:
(Note: This script only affects the player and not the rig or sword model in the background. As a result, it may seem irrelevant to others unless I’m mistaken.)
local outline = game.ServerStorage.Highlight:Clone()
outline.Parent = script.Parent
Here is a short video demonstrating the issue:
YouTube Link
Any insights on why this might be happening would be appreciated!