#ground fix

19 messages · Page 1 of 1 (latest)

rancid vessel
#

how can i fix this, when i find all and replace all the correct ids and when i play, it just show ground

sour trail
#

did you make the code invisible? 🤔

#

(where is the code)

rancid vessel
#

in explore idk

sour trail
#

SEND THE CODE

YOUR CODE
rancid vessel
sour trail
#

the code you used for that

rancid vessel
#

what..

#

its roblox copy

#

then i download

#

ezz

#

can i just add u to studio

sour trail
#

no

rancid vessel
#

how do i fix

sour trail
#

learn to code

#

and debug it yourself

rancid vessel
#

k

rancid vessel
#

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