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

I am trying to make a nametag script, but this part isn't working. Any fixes?

Asked by 4 years ago

Please provide more explanation in your question. If you explain exactly what you are trying to accomplish, it will be much easier to answer your question correctly.
for i,v in pairs(nametags.Honours) do
        if v[1] == id then
            print(v[1])
            print(v[2])
            wait(.5)
            c.Frame:WaitForChild("User").Text = v[2]
        else
            c.Frame.User.Text = player.Name
        end
    end
0
First off, what is nametags.Honours? What are you indexing in there with the v[1] and v[2] stuff? What is your script actually supposed to do? You need explanation with your questions. Please visit our help articles https://scriptinghelpers.org/help M39a9am3R 3210 — 4y

Answer this question