#ground fix
19 messages · Page 1 of 1 (latest)
in explore idk
SEND THE CODE
YOUR CODE
code off all game ?
the code you used for that
no
how do i fix
k
yo i found it @sour trail local Queue = QueueManager.LocalQueues
local Array = {}
for i, v in ipairs(workspace.Missions:GetChildren()) do
if v:GetAttribute("Active") == false then
local Mission = {
MissionInfo = LocalMissions[StatData.Places[PlaceID]][v.Name];
Object = v;
}
table.insert(Array, Mission)
end
end
i thnk it is