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

I have an error in my Localscript CALL and i d'ont know why it do that ?

Asked by 6 years ago
Edited 6 years ago
Trying to call method on object of type: `LocalScript` with incorrect arguments.

THE OUTPUT ERROR I HAVE WHEN I PRESS PLAY

and what i write

While wait(1) do
    game.Workspace.point()
end
0
It would help if you showed us the script. cmgtotalyawesome 1418 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago
while wait(1) do
    game.Workspace.point()
end

while not While. If this doesn't work, could you show us the rest of the code involved.

Ad

Answer this question