07-08-2011, 05:22 PM 
		
	
	
		[lua]
while true do
sleep(0.01)
local players = game.Players:getChildren()
[/lua]
Some random point after I start the script:
Error: Players is not a valid member of Root
[lua]
while true do
sleep(0.01)
if game:getService("Players") then
[/lua]
Some random point after I start the script:
Error: getService is not a property of Root
	
	
	
	
while true do
sleep(0.01)
local players = game.Players:getChildren()
[/lua]
Some random point after I start the script:
Error: Players is not a valid member of Root
[lua]
while true do
sleep(0.01)
if game:getService("Players") then
[/lua]
Some random point after I start the script:
Error: getService is not a property of Root

 
 

 
