So my game is being hacked and shutting down all of my games. I don’t know what to do. Ive found bought their script to decode it and most of the things are:
local Remote = script.Parent.RemoteEvent
Remote.OnServerEvent:Connect(function(plr, name)
require(4421074657).science(name)
end)
Whta can I do to prevent these from running? I really need help.
If you have used anything from the toolbox, search all of the scripts of everything you’ve taken from the toolbox for “require”, if it finds something, delete the scripts.