Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it normal for Roblox to have this certain glich? [closed]

Asked by 4 years ago

I was ingame roblox and when testing, my game just freezed and then gliched out of nowhere is it a roblox game glich or script glich or computer glich

0
What exactly happened with it though? MrLonely1221 701 — 4y

Closed as off-topic by PrismaticFruits, moo1210, JakyeRU, and hiimgoodpack

This question has been closed by our community as being off-topic from ROBLOX Lua Scripting.

Why was this question closed?

2 answers

Log in to vote
0
Answered by
0msh 333 Moderation Voter
4 years ago

it may be your computer or it may be roblox, or it could be a script in the game that contains loop without a wait.

Ad
Log in to vote
0
Answered by 4 years ago

Well if there's a While true do scripts there always add wait() so the game won't freeze

While true do
print("Code here")


wait()

end