Loop code is not working for cloned from serverstorage models in workspace

Code is working for models that they already in workspace but not working for the models from serverstorage

 for b, seat in pairs(workspace:GetChildren()) do
        if seat.Name == "kizak" then

You need to research workspace.ChildAdded.

1 Like

is this a client-side script? Server storage stuff wont show there

I suggest that you are more specific with what you wish to accomplish, otherwise it makes it extremely difficult for us to help you.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.