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

What Did I Do Wrong?

Asked by
ImfaoXD 158
8 years ago

Its doesn't work, what did I do wrong?

local plyr = script.Parent.Parent.Parent.Parent.Parent.Parent
                wait(3)
            if plyr.Status2.Points.Value >= 20 then
                script.Parent:remove()
            elseif plyr.Status2.Lvl.Value <= 19 then
         print("yay")
    end

0
Are there any errors? Is this a LocalScript, or ServerScript? Is FilteringEnabled on? Is this located under StarterGui? You have to provide us with more information, otherwise finding a solution will be very difficult and we may not be able to help you. M39a9am3R 3210 — 8y

Answer this question