Is this from your own script? If it’s not then it’s most likely normal, as your wifi or any other disturbances may cause Roblox’s own script injection to have some issues; however it shouldn’t cause any real harm to your game.
But yeah possibly my wifi had issues but this is the first time I have been seeing this, so I thought I may post it here as I couldn’t find anything about it.
This typically occurs when the type inference system tries to access an instance that no longer exists or was never properly referenced. I think it is related to Script Analysis Beta. Do you have BETA features enabled?
Yeah I think it’s just a bug.
The error suggests that the system was trying to infer or expand the type of an object or variable, but that object may have been deleted, unreferenced, or destroyed during runtime or before the type system could complete its checks.
Restarting Studio probably clears the bug.
Roblox Studio attempts to infer types for variables and instances dynamically while running the script analysis. This process is “lazy” in that it doesn’t immediately evaluate everything but does so as needed. Hence your weird Lazy Type message