Hi, I am trying to see if there are any possible methods to make an anti SaveInstance()? I think there could be a way to do it but I am just struggling to find out how.
It has been established many times that you cant.
Anything on the client, can be manipulated by the client, so its best practice to keep the importance resources server sided (eg ServerStorage
and ServerScriptService
) where it is only available on the server due to them not being replicated.