|
| 05 Aug 2011 02:49 PM |
local num=1
script.Parent.Enter.MouseButton1Click:connect(function() num=num+1 local a=game.Players:GetChildren() if num<#a then script.Parent=a[num].PlayerGui elseif num>#a then num = 1 end end )
No output and the rest of the script works. It is supposed to move the gui to the next player when "Enter" is clicked.
|
|
|
| Report Abuse |
|
| |