I keep getting errors like "Players is not a member of Root"
#1
[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
Reply
#2
That's a very odd bug :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)