КАК СДЕЛАТЬ ПЕРЕЛЕВАЮЩИЮСЯ БЛОК В РОБЛОКС СТУДИО? 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
©"ООО"СРКН",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




