Ive been learning scripting a lot recently and i noticed rarley some of my scripts act diffrently in roblox than in studios version of it. Why is that?
Its kinda annoying to have just finished a big script and then find out its broken in normal roblox…
Like what? Give an example, there could be many reasons. Only thing I can recall right now is that sometimes closing a session in studio can cut off scripts before events can run like .PlayerRemoving, due to the server closing.
Studio is known for having higher RAM rates, it performs worse than in the real Roblox memory-wise, this can cause Instances to take a while to load, hence, causing this. Other than that I have no explanation.