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

Why is this not printing the intValue?

Asked by 10 years ago

the Map1 intValue is not showing up on my gui no errors show up in the output either

01CanVote = Workspace.canVote
02CanVote.Value=true
03Map1=Workspace.Deathrun
04Map2=Workspace.FFA
05 function Clicked()
06     if CanVote.Value==true then
07    for i=1,1 do
08      Map1.Value=Map1.Value+1
09    end
10    if Map2.Value>0 then
11        for i=1,1 do
12     Map2.Value=Map2.Value-1
13      end
14    end
15    votes=script.Parent
View all 23 lines...
0
Code block or lay it out line by line pl0x fahmisack123 385 — 10y
0
please help threatboy101 2 — 10y

Answer this question