Error from something that does not exist


This is from a error report on my game that does not even have a “eggsystem”.

Does this possibly mean someone tried to import one into it?

are you the only one working on this game?
did you use any free models?
what type of game is it?

ALSO if you cannot see the error in studio that means that someone intentionally made it so the script only runs in the game, which means most likely a virus
(via:)

local runservice = game:GetService('RunService')
if not runservice:IsStudio() then --or "if runserivce:IsServer() then"
 --what ever
end

I haven’t used any free models. My guess is that it’s someone cheating, since those errors were only client sided.