Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i, element in pairs(przycisk:GetChildren()) do
- if element.Name == "Kolejny" then
- local
- przyciskDoOdkrycia=przyciski:FindFirstChild(element.Value)
- if przyciskDoOdkrycia then
- odkryjPrzycisk(przyciskDoOdkrycia)
- else
- warn("Brakuje przycisku: " .. element.Value)
- end
- end
- end
- przycisk:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement