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

Why does this error happen? Workspace.Script:5: Expected identifier, got 'repeat'

Asked by 3 years ago

rawequal(gcinfo)

local getUser = Rect.new(ModuleScript)

getUser.repeat'getLocalPc' if until

0
repeat is already a global variable. try renaming it to "Repeat" Omq_ItzJasmin 666 — 3y

1 answer

Log in to vote
0
Answered by
Xapelize 2658 Moderation Voter Community Moderator
3 years ago

repeat is a loop function, you cannot index it with getUser, rename it

Ad

Answer this question