OK, I’ve addressed the possibility of viruses adequately, and it doesn’t seem to be infected with any (unless they are using more complicated means to hide themselves, but that’s a pain to test for).
Is the game available for us to attempt to join, so we can confirm it’s not just your computer/internet being problematic?
it works in roblox studio not on acc roblox
One reason is because of the mountains,i know that mountains needs a lot of loading as it is detailed.
I’ve joined the group. I’ll leave immediately after I confirm that it either works or doesn’t work.
i see what you mean with it just freezing! RAM usage of Roblox remains fairly constant, so it’s not a memory leak. CPU is at 12% for me, so it’s not just ceased all together.
It’s certainly behaving weirdly. I don’t think builds can cause this sort of issue.
Given that you’ve already ranked me in the group, would you be fine if I briefly look through the game source to see if I can identify anything suspicious?
I leave this to u,i go and help others
Yeah, for sure. Just don’t do more than needed incase it spoils something.
I’ll avoid modifying anything. I’ll let you know of any findings, so you can take corrective measures.
I hit play in studio, to see if there was a require() showing up in console, and it crashed for a while.
Once the max execution time was reached, I saw this error:
There is a while loop that doesn’t have any yields, located at:
game.StarterGui.Menu.News.LocalScript
that’s probably because of the while true do, I should probably just change it to while wait(1) do
It’s usually better to do while true do wait() end
, but whatever works.
In your particular use case, from looking at the code, you would probably be better off doing an event based system (update it when the value changes) for updating it. If you want, I can update the code in the script to be event based.
You can update it if you want, but I don’t really mind. If you want to leave now, you can.
Alright, it magically started working again (although there was that one rogue unyielded loop causing problems).
As the issue is resolved, I left the group so you don’t need to worry about removing the dev team rank.
If it occurs again, LMK
- the title screen looks cool btw
- Will I be receiving an honourable mention in your credits? (/jk)
Tysm man! Honestly, we appreciate it.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.