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

attempt to index nil with 'GetChildren' Line 56?

Asked by
spectsy 16
4 years ago
Edited 4 years ago

i've been trying to fix this for the past 3 days, please help

001-- Vars
002 
003    local ReplicatedStorage = game:GetService("ReplicatedStorage")
004 
005    local ServerStorage = game:GetService("ServerStorage")
006 
007    local MapsFolder = ServerStorage:WaitForChild("Maps")
008 
009    local Status = ReplicatedStorage:WaitForChild("Status")
010 
011    local GameLength = 180
012 
013 
014    -- Loop The Game If No One Wins
015 
View all 166 lines...

this script is from alvinblox, but i cant seem to find out how to fix it

0
i forgot to say that its line 56 spectsy 16 — 4y
0
Does it print SpawnPoint is not found ? Nguyenlegiahung 1091 — 4y
0
perhaps shortly after the map is put into the workspace, it dissapears due to a lua virus? anyways, i have no idea. RAFA1608 543 — 4y
0
it doesnt say that the spawn point isnt found spectsy 16 — 4y

Answer this question