How can i check to see if all the models/parts in the workspace are loaded?

as the title implies. ask questions if you need to.

I think using

if game:IsLoaded() then
    print("Loaded!")
end
1 Like

Screenshot_281
Workspace has an attribute named StreamingEnabled which, I think, halts execution until something has loaded in a certain range. Maybe this could help?

1 Like

Seconding this, this is what you’re looking for.

i was kinda shooting for more of a loading-screen type loading.