КАК СДЕЛАТЬ ПЕРЕЛЕВАЮЩИЮСЯ БЛОК В РОБЛОКС СТУДИО? ROBLOX STUDIO. СРКН

©"ООО"СРКН",2026 Код из видео для Script: local errorModel = script.Parent while true do for _, child in ipairs(errorModel:GetDescendants()) do if child:IsA("MeshPart") or child:IsA("Part") then child.Color = Color3.fromRGB(255, 0, 0) end end task.wait(0.3) for _, child in ipairs(errorModel:GetDescendants()) do if child:IsA("MeshPart") or child:IsA("Part") then child.Color = Color3.fromRGB(255, 100, 0) end end task.wait(0.3) end

Иконка канала СРКН☑️
5 подписчиков
12+
1 просмотр
5 часов назад
12+
1 просмотр
5 часов назад

©"ООО"СРКН",2026 Код из видео для Script: local errorModel = script.Parent while true do for _, child in ipairs(errorModel:GetDescendants()) do if child:IsA("MeshPart") or child:IsA("Part") then child.Color = Color3.fromRGB(255, 0, 0) end end task.wait(0.3) for _, child in ipairs(errorModel:GetDescendants()) do if child:IsA("MeshPart") or child:IsA("Part") then child.Color = Color3.fromRGB(255, 100, 0) end end task.wait(0.3) end

, чтобы оставлять комментарии