|
| 21 Dec 2015 11:50 AM |
for i,v in pairs(game.Players:GetChildren()) do v.PlayerGui.ScreenGui.ImageLabel.Visible = false end
i really dont know why, and it breaks my game completely. can someone fix it please?
Yellow is the new Mellow | +2113 posts |
|
|
| Report Abuse |
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
|
| 21 Dec 2015 11:54 AM |
game.Players.PlayerAdded:connect(function(plr) plr.CharacterAdded:connect(function(char) plr:WaitForChild("PlayerGui"):WaitForChild("ScreenGui"):WaitForChild("ImageLabel").Visible = false end) end) |
|
|
| Report Abuse |
|